更改买家提交售后显示的价格
parent
c879cb2af0
commit
2dac958227
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue