成套设备编辑按钮隐藏
This commit is contained in:
parent
158416a4f2
commit
c12a274588
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue