确认处理

This commit is contained in:
2022-10-14 16:05:55 +08:00
parent f95df039f3
commit a4fcb7e825
5 changed files with 29 additions and 17 deletions

View File

@@ -22,13 +22,13 @@
<view class="filter_item">
<view class="filter_label">温度</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val3" disabled>
<input type="text" class="filter_input" v-model="val3">
</view>
</view>
<view class="filter_item">
<view class="filter_label">时间</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val4" disabled>
<input type="text" class="filter_input" v-model="val4">
</view>
</view>
</view>