mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-30 03:58:09 +08:00
恢复 批量更新桩站点接口入口
This commit is contained in:
@@ -38,14 +38,15 @@
|
|||||||
<!-- 切换运营商按钮 -->
|
<!-- 切换运营商按钮 -->
|
||||||
<el-row :gutter="10" class="mb8">
|
<el-row :gutter="10" class="mb8">
|
||||||
<el-col :span="1.5">
|
<el-col :span="1.5">
|
||||||
<!-- <el-button
|
<el-button
|
||||||
v-hasPermi="['pile:station:add']"
|
v-hasPermi="['pile:station:add']"
|
||||||
type="primary"
|
type="primary"
|
||||||
plain
|
plain
|
||||||
icon="el-icon-plus"
|
icon="el-icon-plus"
|
||||||
size="mini"
|
size="mini"
|
||||||
@click="click"
|
@click="click"
|
||||||
>批量修改站点</el-button>-->
|
>批量修改站点
|
||||||
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
plain
|
plain
|
||||||
@@ -215,40 +216,40 @@
|
|||||||
<!-- 添加或修改设备管理对话框 -->
|
<!-- 添加或修改设备管理对话框 -->
|
||||||
<el-dialog :title="title" :visible.sync="open" width="50%" append-to-body>
|
<el-dialog :title="title" :visible.sync="open" width="50%" append-to-body>
|
||||||
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
|
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
|
||||||
<!-- <el-row>
|
<!-- <el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="运营商" prop="merchantId">
|
<el-form-item label="运营商" prop="merchantId">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="form.merchantId"
|
v-model="form.merchantId"
|
||||||
placeholder="请选择运营商"
|
placeholder="请选择运营商"
|
||||||
@change="changeSelectMerchant(form.merchantId)"
|
@change="changeSelectMerchant(form.merchantId)"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in merchantList"
|
v-for="item in merchantList"
|
||||||
:key="item.merchantName"
|
:key="item.merchantName"
|
||||||
:label="item.merchantName"
|
:label="item.merchantName"
|
||||||
:value="item.id"
|
:value="item.id"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</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
|
<el-select
|
||||||
v-model="form.stationId"
|
v-model="form.stationId"
|
||||||
filterable
|
filterable
|
||||||
placeholder="请选择站点"
|
placeholder="请选择站点"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in stationList"
|
v-for="item in stationList"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
:label="item.stationName"
|
:label="item.stationName"
|
||||||
:value="item.id"
|
:value="item.id"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>-->
|
</el-row>-->
|
||||||
|
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
|
|||||||
Reference in New Issue
Block a user