feat(systemconfiguration): 补全体系管理按钮权限展示逻辑
This commit is contained in:
parent
ad773e2c02
commit
3d6942a315
|
@ -116,6 +116,7 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
v-hasButtons="['SystemconfigurationUpdate']"
|
||||
class="button-s"
|
||||
type="text"
|
||||
size="small"
|
||||
|
@ -125,6 +126,7 @@
|
|||
{{ '修改' }}
|
||||
</el-button>
|
||||
<el-button
|
||||
v-hasButtons="['SystemconfigurationDelete']"
|
||||
class="button-s"
|
||||
type="text"
|
||||
size="small"
|
||||
|
@ -134,6 +136,7 @@
|
|||
{{ '删除' }}
|
||||
</el-button>
|
||||
<el-button
|
||||
v-hasButtons="['SystemconfigurationUpVertex']"
|
||||
class="button-s"
|
||||
type="text"
|
||||
size="small"
|
||||
|
|
Loading…
Reference in New Issue