断面多选
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<a-row>
|
||||
<a-col :lg="6" :md="12" :sm="24" :xs="24">
|
||||
<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"
|
||||
>{{ item.label }}
|
||||
</a-select-option>
|
||||
|
||||
Reference in New Issue
Block a user