uu
This commit is contained in:
parent
bd87b4aae5
commit
012191c521
@ -35,11 +35,11 @@
|
|||||||
<!-- <u-row justify="between">
|
<!-- <u-row justify="between">
|
||||||
<view>
|
<view>
|
||||||
<text class="clr-sub pr-10">特殊报价</text>
|
<text class="clr-sub pr-10">特殊报价</text>
|
||||||
<text>{{modelInfo.blSpecialQuote ? '是' : '否'}}</text>
|
<text>{{modelInfo.blSpecialQuote==1 ? '是' : '否'}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text class="clr-sub pr-10">敏感物</text>
|
<text class="clr-sub pr-10">敏感物</text>
|
||||||
<text>{{modelInfo.blSpecialGoods ? '是' : '否'}}</text>
|
<text>{{modelInfo.blSpecialGoods==1 ? '是' : '否'}}</text>
|
||||||
</view>
|
</view>
|
||||||
<u-row>
|
<u-row>
|
||||||
<text class="clr-sub pr-10">计费方式</text>
|
<text class="clr-sub pr-10">计费方式</text>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user