完善采购入库列设置的名称

This commit is contained in:
季圣华 2023-08-11 00:29:35 +08:00
parent ae5c5f68dc
commit c4408fbc57

View File

@ -293,8 +293,8 @@
},
{ title: '结算账户', dataIndex: 'accountName',width:80},
{ title: '扣除订金', dataIndex: 'deposit',width:80},
{ title: '本次付款', dataIndex: 'changeAmount',width:60},
{ title: '本次欠款', dataIndex: 'debt',width:60,
{ title: '本次付款', dataIndex: 'changeAmount',width:80},
{ title: '本次欠款', dataIndex: 'debt',width:80,
scopedSlots: { customRender: 'customRenderDebt' }
},
{ title: '备注', dataIndex: 'remark',width:200},