成套设备编辑按钮隐藏
This commit is contained in:
parent
158416a4f2
commit
c12a274588
|
|
@ -20,18 +20,17 @@
|
||||||
|
|
||||||
<!-- 列表操作栏 -->
|
<!-- 列表操作栏 -->
|
||||||
<template slot="handle" slot-scope="{ data }">
|
<template slot="handle" slot-scope="{ data }">
|
||||||
<el-button
|
<!-- <el-button
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
@click="handleEdit(data)"
|
@click="handleEdit(data)"
|
||||||
>编辑</el-button
|
>编辑</el-button
|
||||||
>
|
> -->
|
||||||
<el-button
|
<el-button
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-delete"
|
icon="el-icon-delete"
|
||||||
style="color: #f56c6c"
|
style="color: #f56c6c"
|
||||||
@click="handleDelete(data)"
|
@click="handleDelete(data)"
|
||||||
v-hasPermi="['forecast:waste:auditing']"
|
|
||||||
>删除</el-button
|
>删除</el-button
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue