成套设备编辑按钮隐藏

This commit is contained in:
BianLzhaoMin 2024-06-25 17:43:09 +08:00
parent 158416a4f2
commit c12a274588
1 changed files with 2 additions and 3 deletions

View File

@ -20,18 +20,17 @@
<!-- 列表操作栏 -->
<template slot="handle" slot-scope="{ data }">
<el-button
<!-- <el-button
type="text"
icon="el-icon-edit"
@click="handleEdit(data)"
>编辑</el-button
>
> -->
<el-button
type="text"
icon="el-icon-delete"
style="color: #f56c6c"
@click="handleDelete(data)"
v-hasPermi="['forecast:waste:auditing']"
>删除</el-button
>
</template>