|
@@ -154,7 +154,7 @@ export default {
|
|
|
{ title: '总成本', dataIndex: 'productTotalCost', width: 100, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
|
{ title: '审核时间', dataIndex: 'auditTime', width: 160, align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '业务状态', dataIndex: 'stateDictValue', width: 110, align: 'center' },
|
|
|
- { title: '财务状态', scopedSlots: { customRender: 'settleState' }, width: 110, align: 'center' },
|
|
|
+ { title: '财务状态', dataIndex: 'settleStateDictValue', scopedSlots: { customRender: 'settleState' }, width: 110, align: 'center' },
|
|
|
{ title: '操作', scopedSlots: { customRender: 'action' }, width: 250, align: 'center', fixed: 'right' }
|
|
|
],
|
|
|
// 加载数据方法 必须为 Promise 对象
|