把临时车替换为长期车
This commit is contained in:
parent
57150e4600
commit
acdd2f4e74
@ -29,7 +29,7 @@
|
||||
<view class="uni-form-item">
|
||||
<view class="uni-form-label">
|
||||
<text class="star">*</text>
|
||||
固定/临时车辆
|
||||
固定/长期车辆
|
||||
</view>
|
||||
<view class="uni-form-input">
|
||||
<u-radio-group v-model="form.carModuleType">
|
||||
@ -37,7 +37,7 @@
|
||||
固定车辆
|
||||
</u-radio>
|
||||
<u-radio :name="2">
|
||||
临时车辆
|
||||
长期车辆
|
||||
</u-radio>
|
||||
</u-radio-group>
|
||||
</view>
|
||||
|
||||
@ -106,8 +106,8 @@
|
||||
<text class="value">{{ item.driverTelephone }}</text>
|
||||
</view>
|
||||
<view class="alarmItem">
|
||||
<text class="label">固定/临时车辆:</text>
|
||||
<text class="value">{{ item.carModuleType == "1" ? "固定" : "临时" }}</text>
|
||||
<text class="label">固定/长期车辆:</text>
|
||||
<text class="value">{{ item.carModuleType == "1" ? "固定" : "长期" }}</text>
|
||||
</view>
|
||||
<view class="alarmItem" v-if="type !== 'supplier'" style="width: 100%;">
|
||||
<text class="label">企业名称:</text>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user