Commit c0cd282e by yuzhenWang

优化11

parent 2d58771c
...@@ -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