This commit is contained in:
aihe 2024-09-19 11:04:14 +08:00
parent 3dce0c5d1f
commit 43997dcd2c

View File

@ -36,11 +36,11 @@
<u-row justify="between">
<view>
<text class="clr-sub pr-10">特殊报价</text>
<text>{{modelInfo.blSpecialQuote ? '是' : '否'}}</text>
<text>{{modelInfo.blSpecialQuote==1 ? '是' : '否'}}</text>
</view>
<view>
<text class="clr-sub pr-10">敏感物</text>
<text>{{modelInfo.blSpecialGoods ? '是' : '否'}}</text>
<text>{{modelInfo.blSpecialGoods==1 ? '是' : '否'}}</text>
</view>
<u-row>
<text class="clr-sub pr-10">计费方式</text>