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