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