mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-10-13 13:44:38 +00:00
fix 分账订单金额计算错误
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
</vxe-column>
|
||||
<vxe-column field="amount" title="总分账金额(元)" :min-width="120">
|
||||
<template #default="{ row }">
|
||||
{{ row.amount ? (row.amount / 100).toFixed(2) : 0 }}
|
||||
{{ row.amount }}
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column field="status" title="状态" :min-width="120">
|
||||
|
Reference in New Issue
Block a user