运单提成明细,导出提成类型没显示文本

This commit is contained in:
wuteng 2025-09-13 17:54:27 +08:00
parent be3f10fcf5
commit 4ac007bd63

View File

@ -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]
}))
},