|
@@ -1144,11 +1144,11 @@ export const KScustomFields= [
|
|
|
},
|
|
|
{
|
|
|
title: '付费次数成本',
|
|
|
- dataIndex: 'eventPayFirstDayCost',
|
|
|
+ dataIndex: 'eventPayCost',
|
|
|
tip: '消耗/付费次数',
|
|
|
align: 'center',
|
|
|
type:'int',
|
|
|
- scopedSlots: { customRender: 'eventPayFirstDayCost' },
|
|
|
+ scopedSlots: { customRender: 'eventPayCost' },
|
|
|
sorter:() => {}
|
|
|
},
|
|
|
{
|