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