forked from zhongyuanhaiju/uniapp
【修复】订单详情页
This commit is contained in:
parent
162e031f7c
commit
543f7714a2
|
|
@ -410,7 +410,7 @@
|
|||
<text class="tit">采购价格</text>
|
||||
<view class="box">
|
||||
<text class="unit color-title price-font">{{ $lang('common.currencySymbol') }}</text>
|
||||
<text class="money color-title price-font">¥{{ calculateData.goods_money | moneyFormat }}元</text>
|
||||
<text class="money color-title price-font" style="color: red !important;">¥{{ calculateData.goods_money | moneyFormat }}元</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue