uu
This commit is contained in:
parent
3dce0c5d1f
commit
43997dcd2c
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user