调整收付款问题
This commit is contained in:
@@ -11,13 +11,13 @@ export const preSettlementTableColumns = [
|
||||
{ label: '本位币结算金额', prop: 'localSettlementAmount', minWidth: 150, money: true, precision: 2 },
|
||||
{ label: '结算汇率', prop: 'exchangeRate', minWidth: 110, precision: 2 },
|
||||
{
|
||||
label: '申请预付金额(审核中的)',
|
||||
label: '申请预付金额',
|
||||
prop: 'advanceAppliedAmount',
|
||||
minWidth: 190,
|
||||
money: true,
|
||||
},
|
||||
{
|
||||
label: '已付款金额(审核通过的)',
|
||||
label: '已付款金额',
|
||||
prop: 'advancePaidAmount',
|
||||
minWidth: 200,
|
||||
money: true,
|
||||
|
||||
Reference in New Issue
Block a user