【修复】订单详情页

This commit is contained in:
liqianjin 2023-03-03 15:27:36 +08:00
parent 162e031f7c
commit 543f7714a2
1 changed files with 1 additions and 1 deletions

View File

@ -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>