运单提成明细,导出提成类型没显示文本
This commit is contained in:
parent
be3f10fcf5
commit
4ac007bd63
@ -795,6 +795,9 @@ export default {
|
||||
if (j === 'paymentType') {
|
||||
return this.selectDictLabel(this.dict.type.emis_payment_type,v['paymentType']);
|
||||
}
|
||||
if (j === 'feeType') {
|
||||
return this.selectDictLabel(this.dict.type.emis_commission_fee_type,v['feeType']);
|
||||
}
|
||||
return v[j]
|
||||
}))
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user