【修改】到账开票列表 打包与发票的位置

This commit is contained in:
fengachen
2022-01-24 10:05:04 +08:00
parent 1f07207013
commit 4911b5c977
@@ -266,12 +266,6 @@ export default {
width: 120,
dataIndex: 'paymentStatus_dictText',
scopedSlots: { customRender: 'text' }
}, {
title: '需要发票',
align: 'center',
width: 80,
dataIndex: 'needInvoice',
scopedSlots: { customRender: 'status-pack' }
}, {
title: '打包',
align: 'center',
@@ -279,6 +273,12 @@ export default {
dataIndex: 'pack',
scopedSlots: { customRender: 'status-pack' }
}, {
title: '需要发票',
align: 'center',
width: 80,
dataIndex: 'needInvoice',
scopedSlots: { customRender: 'status-pack' }
},{
title: '到账',
align: 'center',
width: 70,