Kaynağa Gözat

修改消耗字段

liubei@c-top.com.cn 3 yıl önce
ebeveyn
işleme
df5c054e86

+ 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: '激活数',