劳资投诉增加删除功能
parent
f64bf8caa5
commit
94f30a29cd
|
@ -186,11 +186,20 @@
|
|||
<el-table-column
|
||||
label="操作"
|
||||
align="center"
|
||||
width="120"
|
||||
width="130"
|
||||
class-name="small-padding fixed-width"
|
||||
fixed="right"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
v-if="getIsUpdate(scope.row)"
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-edit-outline"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-hasPermi="['flow:flowLabourInfo:delete']"
|
||||
>删除</el-button
|
||||
>
|
||||
<el-button
|
||||
v-if="getIsUpdate(scope.row)"
|
||||
size="mini"
|
||||
|
|
Loading…
Reference in New Issue