Selaa lähdekoodia

Merge branch 'feature/work-test' of http://git.tjyourong.com.cn/ctop/adsp-vue into feature/work-test

朱鑫波 3 vuotta sitten
vanhempi
commit
ce80e1d54f

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

@@ -900,11 +900,11 @@ export const KScustomFields= [
       specificFields: [
         {
           title: '消耗(元)',
-          dataIndex: 'totalCost',
+          dataIndex: 'cost',
           width:150,
           tip: '广告在投放期间的花费总额',
           align: 'center',
-          scopedSlots: { customRender: 'totalCost' },
+          scopedSlots: { customRender: 'cost' },
           
         },{
             title: '激活数',
@@ -1070,11 +1070,11 @@ export const KScustomFields= [
       specificFields: [
         {
           title: '消耗(元)',
-          dataIndex: 'totalCost',
+          dataIndex: 'cost',
           width:150,
           tip: '广告在投放期间的花费总额',
           align: 'center',
-          scopedSlots: { customRender: 'totalCost' },
+          scopedSlots: { customRender: 'cost' },
           
         },{
             title: '激活数',