|
|
@@ -282,26 +282,26 @@
|
|
|
},
|
|
|
{
|
|
|
minWidth: 100,
|
|
|
- prop: 'receivableTotalPrice',
|
|
|
+ prop: 'payableTotalPrice',
|
|
|
label: '应付金额',
|
|
|
align: 'center',
|
|
|
- slot: 'receivableTotalPrice',
|
|
|
+ slot: 'payableTotalPrice',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
minWidth: 100,
|
|
|
- prop: 'receivedTotalPrice',
|
|
|
+ prop: 'paidTotalPrice',
|
|
|
label: '已付金额',
|
|
|
align: 'center',
|
|
|
- slot: 'receivedTotalPrice',
|
|
|
+ slot: 'paidTotalPrice',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
minWidth: 100,
|
|
|
- prop: 'unreceiveTotalPrice',
|
|
|
+ prop: 'unpaidTotalPrice',
|
|
|
label: '未付金额',
|
|
|
align: 'center',
|
|
|
- slot: 'unreceiveTotalPrice',
|
|
|
+ slot: 'unpaidTotalPrice',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
@@ -322,9 +322,9 @@
|
|
|
},
|
|
|
{
|
|
|
minWidth: 140,
|
|
|
- prop: 'receivableDate',
|
|
|
+ prop: 'payableDate',
|
|
|
label: '实际付款日期',
|
|
|
- slot: 'receivableDate',
|
|
|
+ slot: 'payableDate',
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true
|
|
|
},
|