Browse Source

refactor(广告用户列表): 表格新增Aid,Pid字段

fxs 5 tháng trước cách đây
mục cha
commit
ea75a4a4ed
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      src/views/Home/Analysis/AdvertisingUsers.vue

+ 12 - 0
src/views/Home/Analysis/AdvertisingUsers.vue

@@ -184,6 +184,18 @@ const tableFieldsInfo = reactive<Array<TableFieldInfo>>([
     needSort: false
   },
   {
+    name: 'pid',
+    cnName: '广告父级ID',
+    isShow: true,
+    needSort: false
+  },
+  {
+    name: 'aid',
+    cnName: '广告ID',
+    isShow: true,
+    needSort: false
+  },
+  {
     name: 'pf',
     cnName: '渠道',
     isShow: true,