Commit 3c766172 by yuzhenWang

应付明细换字段

parent 152e0f59
...@@ -428,11 +428,11 @@ const payableReportListTableColumns = ref([ ...@@ -428,11 +428,11 @@ const payableReportListTableColumns = ref([
formatter: row => formatNumberToMaxDigits(row.exchangeRate, 5, '-') formatter: row => formatNumberToMaxDigits(row.exchangeRate, 5, '-')
}, },
{ {
prop: 'defaultExchangeRate', prop: 'exchangeRate',
label: '保单币种->HKD汇率', label: '保单币种->HKD汇率',
sortable: true, sortable: true,
width: '160', width: '160',
formatter: row => formatNumberToMaxDigits(row.defaultExchangeRate, 5, '-') formatter: row => formatNumberToMaxDigits(row.exchangeRate, 5, '-')
}, },
{ {
prop: 'hkdToPayoutRate', prop: 'hkdToPayoutRate',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment