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