fix: 🐞 fix sensitiveWord hasPermi value

This commit is contained in:
AhJindeg 2024-04-16 18:24:56 +08:00
parent decdd1b25d
commit ac6618a943

View File

@ -119,7 +119,7 @@
<el-table-column align="center" label="操作"> <el-table-column align="center" label="操作">
<template #default="scope"> <template #default="scope">
<el-button <el-button
v-hasPermi="['infra:config:update']" v-hasPermi="['infra:sensitive-word:update']"
link link
type="primary" type="primary"
@click="openForm('update', scope.row.id)" @click="openForm('update', scope.row.id)"
@ -127,7 +127,7 @@
编辑 编辑
</el-button> </el-button>
<el-button <el-button
v-hasPermi="['infra:config:delete']" v-hasPermi="['infra:sensitive-word:delete']"
link link
type="danger" type="danger"
@click="handleDelete(scope.row.id)" @click="handleDelete(scope.row.id)"