瀏覽代碼

修改导出功能

silent 4 年之前
父節點
當前提交
6018489bc0
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/sing_active/activeproductrecord.vue

+ 6 - 0
src/views/sing_active/activeproductrecord.vue

@@ -168,6 +168,7 @@ export default {
             label: "活动",
             prop: "activeId",
             search: true,
+            hide: true,
             searchslot: true,
             control:(val,form)=>{
               return this.controlActiveField(val,form);
@@ -189,6 +190,11 @@ export default {
               trigger: "blur"
             }]
           },
+          {
+            label: "活动名称",
+            prop: "activeName",
+            display: true,
+          },
           {
             label: "类型",
             prop: "type",