This commit is contained in:
2024-03-18 10:25:46 +08:00
parent 9945fe48c7
commit 07c07247cd
2 changed files with 3 additions and 3 deletions

View File

@@ -6,13 +6,13 @@
<view class="filter_item">
<view class="filter_label">起始点位</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val1">
<input type="text" class="filter_input" v-model="val1" disabled>
</view>
</view>
<view class="filter_item">
<view class="filter_label">目标点位</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val2">
<input type="text" class="filter_input" v-model="val2" disabled>
</view>
</view>
</view>

View File

@@ -6,7 +6,7 @@
<view class="filter_item">
<view class="filter_label">起始点位</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val1">
<input type="text" class="filter_input" v-model="val1" disabled>
</view>
</view>
<view class="filter_item">