mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-21 07:39:55 +08:00
站点选择,新增搜索功能
This commit is contained in:
@@ -197,7 +197,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="站点" prop="stationId">
|
<el-form-item label="站点" prop="stationId">
|
||||||
<el-select v-model="form.stationId" placeholder="请选择站点">
|
<el-select v-model="form.stationId" filterable placeholder="请选择站点">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in stationList"
|
v-for="item in stationList"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
|||||||
@@ -121,6 +121,7 @@
|
|||||||
<el-select
|
<el-select
|
||||||
v-model="updateData.stationId"
|
v-model="updateData.stationId"
|
||||||
placeholder="请选择站点"
|
placeholder="请选择站点"
|
||||||
|
filterable
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in stationList"
|
v-for="item in stationList"
|
||||||
|
|||||||
Reference in New Issue
Block a user