|
@@ -431,14 +431,11 @@
|
|
|
minWidth: 140
|
|
minWidth: 140
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- prop: 'receiptPaymentType',
|
|
|
|
|
- label: '收付款类型',
|
|
|
|
|
|
|
+ prop: 'settlementModeName',
|
|
|
|
|
+ label: '结算方式',
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 130,
|
|
minWidth: 130,
|
|
|
- formatter: (_row, _column, cellValue) => {
|
|
|
|
|
- return _row.receiptPaymentType == 1 ? '固定' : '分期';
|
|
|
|
|
- }
|
|
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'discountTotalPrice',
|
|
prop: 'discountTotalPrice',
|