2 次代碼提交 1c99906697 ... e27ddd683d

作者 SHA1 備註 提交日期
  liubei@c-top.com.cn e27ddd683d Merge branch 'feature/work-test' of http://git.tjyourong.com.cn/ctop/adsp-vue into feature/work-test 3 年之前
  liubei@c-top.com.cn df5c054e86 修改消耗字段 3 年之前
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/modules/stockWatch/modules/new-keepManage/acountProjectData.js

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

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