♻️ refactor(mes): 修正质检缺陷记录删除权限

pull/871/MERGE
YunaiV 2026-04-12 20:38:01 +08:00
parent b1c45fbd69
commit d6f8fb7b55
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
link link
type="danger" type="danger"
@click="handleDelete(scope.row.id)" @click="handleDelete(scope.row.id)"
v-hasPermi="['mes:qc-defect:update']" v-hasPermi="['mes:qc-defect:delete']"
> >
删除 删除
</el-button> </el-button>