Commit f11f221a by yuzhenWang

Merge branch 'wyz' into 'test'

优化11

See merge request !156
parents bdd3c31e c0cd282e
...@@ -555,7 +555,7 @@ const payableReportListTableColumns = ref([ ...@@ -555,7 +555,7 @@ const payableReportListTableColumns = ref([
label: '本期结算汇率(实)', label: '本期结算汇率(实)',
sortable: true, sortable: true,
width: '120', width: '120',
formatter: row => formatCurrency(row.exchangeRate || 0) formatter: row => formatNumberToMaxDigits(row.exchangeRate, 5, '-')
}, },
{ {
prop: 'brokerRatio', prop: 'brokerRatio',
......
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