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

This commit is contained in:
季圣华
2023-08-11 00:07:35 +08:00
parent 9164ff3347
commit ae5c5f68dc

View File

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