feat(systemconfiguration): 补全体系管理按钮权限展示逻辑

This commit is contained in:
woody 2025-07-02 10:45:22 +08:00
parent ad773e2c02
commit 3d6942a315
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
v-hasButtons="['SystemconfigurationUpdate']"
class="button-s" class="button-s"
type="text" type="text"
size="small" size="small"
@ -125,6 +126,7 @@
{{ '修改' }} {{ '修改' }}
</el-button> </el-button>
<el-button <el-button
v-hasButtons="['SystemconfigurationDelete']"
class="button-s" class="button-s"
type="text" type="text"
size="small" size="small"
@ -134,6 +136,7 @@
{{ '删除' }} {{ '删除' }}
</el-button> </el-button>
<el-button <el-button
v-hasButtons="['SystemconfigurationUpVertex']"
class="button-s" class="button-s"
type="text" type="text"
size="small" size="small"