feat(systemconfiguration): 补全体系管理按钮权限展示逻辑
This commit is contained in:
parent
ad773e2c02
commit
3d6942a315
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue