优化选择租赁设备的体验
This commit is contained in:
parent
8a39eb18b1
commit
6472facbfc
|
|
@ -69,13 +69,13 @@
|
|||
<view class="form-item">
|
||||
<text class="field-label">租赁设备</text>
|
||||
<view class="selector">
|
||||
<text
|
||||
:class="['selector-text', { placeholder: !formData.equipment }]"
|
||||
@click="selectEquipment"
|
||||
>
|
||||
{{ formData.equipment || '选择设备类型' }}
|
||||
</text>
|
||||
<text class="arrow-icon" @click="selectEquipment">></text>
|
||||
<view style="display: flex" @click="selectEquipment">
|
||||
<text :class="['selector-text', { placeholder: !formData.equipment }]">
|
||||
{{ formData.equipment || '选择设备类型' }}
|
||||
</text>
|
||||
<text class="arrow-icon">></text>
|
||||
</view>
|
||||
|
||||
<uv-number-box v-model="formData.quantity"></uv-number-box>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user