调整销售订单列表字段名称

This commit is contained in:
季圣华
2023-08-25 01:09:35 +08:00
parent e509bb1cc6
commit f7f3f0fb26

View File

@@ -241,7 +241,7 @@
return text? text + '%':''
}
},
{ title: '款优惠', dataIndex: 'discountMoney',width:80},
{ title: '款优惠', dataIndex: 'discountMoney',width:80},
{ title: '优惠后金额', dataIndex: 'discountLastMoney',width:100},
{ title: '结算账户', dataIndex: 'accountName',width:80},
{ title: '收取订金', dataIndex: 'changeAmount',width:80},