Forráskód Böngészése

运营经理页面修改

liubei@c-top.com.cn 3 éve
szülő
commit
d1b9cd587e

+ 10 - 10
src/views/modules/stockWatch/modules/new-keepManage/acountProjectData.js

@@ -915,7 +915,7 @@ export const KScustomFields= [
             scopedSlots: { customRender: 'activation' },
             sorter:(a, b) => a.activation - b.activation,
           },{
-            title: '激活单价',
+            title: '激活单价',
             dataIndex: 'activationPrice',
             width:150,
             tip: '花费/激活数',
@@ -930,7 +930,7 @@ export const KScustomFields= [
             scopedSlots: { customRender: 'leave' },
             sorter:(a, b) => a.leave - b.leave,
           },{
-            title: '付费数',
+            title: '付费数',
             dataIndex: 'eventPay',
             tip: '当如回传的付费行为次数',
             align: 'center',    
@@ -946,7 +946,7 @@ export const KScustomFields= [
             sorter:(a, b) => a.eventPayRate - b.eventPayRate,
           },
           {
-            title: '付费次数成本',
+            title: '付费成本',
             dataIndex: 'eventPayCost',
             tip: '消耗/付费次数',
             align: 'center',    
@@ -1002,14 +1002,14 @@ export const KScustomFields= [
             scopedSlots: { customRender: 'eventRegisterCost' },
             sorter:(a, b) => a.eventRegisterCost - b.eventRegisterCost,
           },{
-            title: '行为数',
+            title: '关键行为数',
             dataIndex: 'keyAction',
             tip: '广告主回传的关键行为数',
             align: 'center',    
             scopedSlots: { customRender: 'keyAction' },
             sorter:(a, b) => a.keyAction - b.keyAction,
           },{
-            title: '关键行为成本',
+            title: '关键行为成本',
             dataIndex: 'keyActionCost',
             tip: '筛选时间内累计消耗/关键行为数',
             align: 'center',    
@@ -1085,7 +1085,7 @@ export const KScustomFields= [
             scopedSlots: { customRender: 'activation' },
             sorter:(a, b) => a.activation - b.activation,
           },{
-            title: '激活单价',
+            title: '激活单价',
             dataIndex: 'activationPrice',
             width:150,
             tip: '花费/激活数',
@@ -1100,7 +1100,7 @@ export const KScustomFields= [
             scopedSlots: { customRender: 'leave' },
             sorter:(a, b) => a.leave - b.leave,
           },{
-            title: '付费数',
+            title: '付费数',
             dataIndex: 'eventPay',
             tip: '当如回传的付费行为次数',
             align: 'center',    
@@ -1116,7 +1116,7 @@ export const KScustomFields= [
             sorter:(a, b) => a.eventPayRate - b.eventPayRate,
           },
           {
-            title: '付费次数成本',
+            title: '付费成本',
             dataIndex: 'eventPayCost',
             tip: '消耗/付费次数',
             align: 'center',    
@@ -1172,14 +1172,14 @@ export const KScustomFields= [
             scopedSlots: { customRender: 'eventRegisterCost' },
             sorter:(a, b) => a.eventRegisterCost - b.eventRegisterCost,
           },{
-            title: '行为数',
+            title: '关键行为数',
             dataIndex: 'keyAction',
             tip: '广告主回传的关键行为数',
             align: 'center',    
             scopedSlots: { customRender: 'keyAction' },
             sorter:(a, b) => a.keyAction - b.keyAction,
           },{
-            title: '关键行为成本',
+            title: '关键行为成本',
             dataIndex: 'keyActionCost',
             tip: '筛选时间内累计消耗/关键行为数',
             align: 'center',    

+ 2 - 0
src/views/modules/stockWatch/modules/new-keepManage/group-keepManage.vue

@@ -178,6 +178,7 @@
                     :loading="echartsLoading"
                     @change="sort"
                     ref="accountTable"
+                    :scroll="{ x: scrollX }"
                     >
                     <a slot="projectName" slot-scope="text,record" @click="projectNameClick(record)">{{ text }}</a>
                     <a slot="accountName" slot-scope="text,record" @click="accountNameClick(record)">{{ text }}</a>
@@ -219,6 +220,7 @@
         components:{customColumnProject},
         data() {
             return {
+                scrollX:1500,
                 visible:false,
                 titleList:'项目列表',
                 listNum:[],

+ 14 - 0
src/views/modules/stockWatch/modules/new-keepManage/new-keep-data.js

@@ -55,6 +55,20 @@
                 tip: '',
                 align: 'center',
                 
+            },{
+                title: '有效素材数',
+                dataIndex: 'newEffectNum',
+                width: 150,
+                tip: '',
+                align: 'center',
+                
+            },{
+                title: '爆款素材数',
+                dataIndex: 'newHotNum',
+                width: 150,
+                tip: '',
+                align: 'center',
+                
             },
          ]
      }