劳资投诉增加删除功能

dev^2
lijun 2025-08-19 14:40:15 +08:00
parent f64bf8caa5
commit 94f30a29cd
1 changed files with 10 additions and 1 deletions

View File

@ -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"