mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-16 15:58:41 +08:00
update 修改批量建桩按钮
This commit is contained in:
@@ -36,25 +36,23 @@
|
|||||||
<!-- 切换运营商按钮 -->
|
<!-- 切换运营商按钮 -->
|
||||||
<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
|
||||||
|
type="primary"
|
||||||
|
plain
|
||||||
|
icon="el-icon-plus"
|
||||||
|
size="mini"
|
||||||
|
@click="handleAdd"
|
||||||
|
v-hasPermi="['pile:basic:batchAdd']"
|
||||||
|
>批量新增</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-button
|
|
||||||
type="primary"
|
|
||||||
plain
|
|
||||||
icon="el-icon-plus"
|
|
||||||
size="mini"
|
|
||||||
@click="handleAdd"
|
|
||||||
v-hasPermi="['pile:basic:batchAdd']"
|
|
||||||
>批量新增</el-button
|
|
||||||
>
|
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-table
|
<el-table
|
||||||
|
|||||||
Reference in New Issue
Block a user