Przeglądaj źródła

修改页面模板

syh 5 lat temu
rodzic
commit
950083336d

+ 1 - 1
src/views/template/budget/modules/ByteDanceBudgetTemplateModal.vue

@@ -168,7 +168,7 @@
           form: this.$form.createForm(this),
           url: {
             dictListUrl: 'toutiao/dictitem/list',
-            insertUrl:'toutiao/budget/template/insert'
+            insertUrl:'template/budget/insert'
           }
         }
       },

+ 2 - 37
src/views/template/deliverytarget/list.vue

@@ -108,14 +108,9 @@
             }
           },
           {
-            title: '头条平台id',
+            title: '模板名称',
             align:"center",
-            dataIndex: 'accountId'
-          },
-          {
-            title: '平台账号id',
-            align:"center",
-            dataIndex: 'advertiserId'
+            dataIndex: 'name'
           },
           {
             title: '投放目标',
@@ -133,41 +128,11 @@
             dataIndex: 'downloadUrl'
           },
           {
-            title: '落地页链接',
-            align:"center",
-            dataIndex: 'externalUrl'
-          },
-          {
-            title: '转化目标',
-            align:"center",
-            dataIndex: 'convertTarget'
-          },
-          {
             title: '应用包名',
             align:"center",
             dataIndex: 'packageName'
           },
           {
-            title: '直达链接启用状态',
-            align:"center",
-            dataIndex: 'openUrlStatus'
-          },
-          {
-            title: '直达链接生成方式',
-            align:"center",
-            dataIndex: 'openUrlCreateMode'
-          },
-          {
-            title: '跳转app链接',
-            align:"center",
-            dataIndex: 'redirectUrl'
-          },
-          {
-            title: 'status',
-            align:"center",
-            dataIndex: 'status'
-          },
-          {
             title: '操作',
             dataIndex: 'action',
             align:"center",