修改权限

This commit is contained in:
jiangzhe 2024-05-29 15:18:44 +08:00
parent 8a37bbf483
commit eb5219d5c0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<template #default="scope">
<el-tooltip content="测评详情" placement="top">
<el-button link type="primary" icon="View" @click="handleRecord(scope.row)"
v-hasPermi="['intervene:record:add']">测评详情</el-button>
v-hasPermi="['evaluation:record:view']">测评详情</el-button>
</el-tooltip>
<el-tooltip content="处理" placement="top">
<el-button link type="primary" icon="Pointer" @click="handleUpdate(scope.row)"