外包材

This commit is contained in:
2026-01-08 10:57:11 +08:00
parent afc569e771
commit e05a972dbd
17 changed files with 131 additions and 77 deletions

View File

@@ -14,10 +14,10 @@
</view>
<view class="zd-row border-bottom">
<view class="zd-col-6">
<span class="filter_label">区域</span>
<span class="filter_label filter_input_disabled">区域</span>
</view>
<view class="zd-col-18 filter_select">
<uni-data-select v-model="index1" :localdata="options1"></uni-data-select>
<uni-data-select v-model="index1" :localdata="options1" disabled></uni-data-select>
</view>
</view>
<view class="zd-row border-bottom">
@@ -140,6 +140,7 @@
let res = await queryPointRegion(this.val1)
if (res && res.data) {
this.options1 = [...res.data]
this.index1 = this.options1[0].value
} else {
this.options1 = []
}