This commit is contained in:
dhr
2025-08-29 18:17:19 +08:00
parent 31b00165cf
commit 15c4ad5484
4 changed files with 17 additions and 3 deletions

View File

@ -93,7 +93,14 @@
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="140">
<template #default="scope">
<el-tooltip content="修改进度" placement="top">
<el-button link type="primary" icon="Edit" size="small" @click="handleProgressUpdate(scope.row)"></el-button>
<el-button
link
type="primary"
v-hasPermi="['patch:master:editProgress']"
icon="Edit"
size="small"
@click="handleProgressUpdate(scope.row)"
></el-button>
</el-tooltip>
<el-tooltip content="删除进度" placement="top">
<el-button