Commit ac6618a9 by AhJindeg

fix: 馃悶 fix sensitiveWord hasPermi value

parent decdd1b2
...@@ -119,7 +119,7 @@ ...@@ -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 @@ ...@@ -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)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment