更改买家提交售后显示的价格
parent
c879cb2af0
commit
2dac958227
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template slot-scope="{ row }" slot="goodsPrice">
|
<template slot-scope="{ row }" slot="goodsPrice">
|
||||||
<div>{{row.goodsPrice | unitPrice('¥')}}</div>
|
<div>{{row.applyRefundPrice | unitPrice('¥')}}</div>
|
||||||
</template>
|
</template>
|
||||||
</Table>
|
</Table>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue