feat(groupConfiguration): add btn role
This commit is contained in:
parent
0289a18800
commit
0d468e4b61
|
@ -27,6 +27,7 @@
|
||||||
<div class="maintop">
|
<div class="maintop">
|
||||||
<div class="mainbtn">
|
<div class="mainbtn">
|
||||||
<el-button
|
<el-button
|
||||||
|
v-hasButtons="['GroupConfigurationListAdd']"
|
||||||
size="small"
|
size="small"
|
||||||
class="thebtn1"
|
class="thebtn1"
|
||||||
@click="handleAddOrEdit(true)"
|
@click="handleAddOrEdit(true)"
|
||||||
|
@ -69,6 +70,7 @@
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
|
v-hasButtons="['GroupConfigurationListEdit']"
|
||||||
class="button-s"
|
class="button-s"
|
||||||
type="text"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
|
@ -78,6 +80,7 @@
|
||||||
{{ '修改' }}
|
{{ '修改' }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
|
v-hasButtons="['GroupConfigurationListDel']"
|
||||||
class="button-s"
|
class="button-s"
|
||||||
type="text"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
|
|
Loading…
Reference in New Issue