修改搜索
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<a-tab-pane key="special" tab="专项湖库">
|
||||
<special-lake></special-lake>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="special-avg" tab="专项湖库均值">
|
||||
<!-- <a-tab-pane key="special-avg" tab="专项湖库均值">
|
||||
<special-avg></special-avg>
|
||||
</a-tab-pane>
|
||||
</a-tab-pane> -->
|
||||
</a-tabs>
|
||||
</a-card>
|
||||
</div>
|
||||
@@ -19,13 +19,13 @@
|
||||
<script>
|
||||
import SpecialLake from "./special";
|
||||
import InnerLake from "./inner";
|
||||
import SpecialAvg from "./special-avg"
|
||||
// import SpecialAvg from "./special-avg"
|
||||
export default {
|
||||
name: 'StatisticLake',
|
||||
components: {
|
||||
SpecialLake,
|
||||
InnerLake,
|
||||
SpecialAvg
|
||||
// SpecialAvg
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<a-row>
|
||||
<a-col :lg="6" :md="12" :sm="24" :xs="24">
|
||||
<a-form-item label="断面名称:">
|
||||
<a-select mode="multiple" v-model:value="where.sectionName" allowClear showSearch>
|
||||
<a-select mode="multiple" v-model:value="where.sectionNameList" allowClear showSearch>
|
||||
<a-select-option v-for="item in sectionOptions" :key="item.value"
|
||||
>{{ item.label }}
|
||||
</a-select-option>
|
||||
@@ -51,7 +51,7 @@
|
||||
<a-col :lg="6" :md="12" :sm="24" :xs="24">
|
||||
<a-form-item label="区域:">
|
||||
<a-select
|
||||
v-model:value="where.checked"
|
||||
v-model:value="where.regionNameList" mode="multiple"
|
||||
allowClear
|
||||
placeholder="未选择"
|
||||
>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<a-row>
|
||||
<a-col :lg="6" :md="12" :sm="24" :xs="24">
|
||||
<a-form-item label="断面名称:">
|
||||
<a-select mode="multiple" v-model:value="where.sectionName" allowClear showSearch>
|
||||
<a-select mode="multiple" v-model:value="where.sectionNameList" allowClear showSearch>
|
||||
<a-select-option v-for="item in sectionOptions" :key="item.value"
|
||||
>{{ item.label }}
|
||||
</a-select-option>
|
||||
@@ -51,7 +51,7 @@
|
||||
<a-col :lg="6" :md="12" :sm="24" :xs="24">
|
||||
<a-form-item label="区域:">
|
||||
<a-select
|
||||
v-model:value="where.checked"
|
||||
v-model:value="where.regionNameList"
|
||||
allowClear
|
||||
placeholder="未选择"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user