This commit is contained in:
aihe 2024-09-19 11:05:00 +08:00
parent bd87b4aae5
commit 012191c521

View File

@ -35,11 +35,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>