Commit f11f221a by yuzhenWang

Merge branch 'wyz' into 'test'

优化11

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