更改买家提交售后显示的价格

master
lemon橪 2022-03-02 15:21:28 +08:00
parent c879cb2af0
commit 2dac958227
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
</div>
</template>
<template slot-scope="{ row }" slot="goodsPrice">
<div>{{row.goodsPrice | unitPrice('¥')}}</div>
<div>{{row.applyRefundPrice | unitPrice('¥')}}</div>
</template>
</Table>
<div>