修复bug
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
<text class="value" :class="item.status">{{ item.phone }}</text>
|
||||
</view>
|
||||
|
||||
<!-- 车牌号 -->
|
||||
<view class="item-row">
|
||||
<!-- 车牌号:仅车辆来访显示 -->
|
||||
<view class="item-row" v-if="item.type !== '1'">
|
||||
<text class="label" :class="item.status">车牌号:</text>
|
||||
<text class="value" :class="item.status">{{ item.carNumber }}</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user