断面多选
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<a-row>
|
<a-row>
|
||||||
<a-col :lg="6" :md="12" :sm="24" :xs="24">
|
<a-col :lg="6" :md="12" :sm="24" :xs="24">
|
||||||
<a-form-item label="断面名称:">
|
<a-form-item label="断面名称:">
|
||||||
<a-select v-model:value="where.sectionName" allowClear showSearch>
|
<a-select mode="multiple" v-model:value="where.sectionName" allowClear showSearch>
|
||||||
<a-select-option v-for="item in sectionOptions" :key="item.value"
|
<a-select-option v-for="item in sectionOptions" :key="item.value"
|
||||||
>{{ item.label }}
|
>{{ item.label }}
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
|
|||||||
Reference in New Issue
Block a user