|
@@ -11,7 +11,9 @@
|
|
|
></el-input>
|
|
></el-input>
|
|
|
<div class="seach-btn" @click="getRoleList">查询</div>
|
|
<div class="seach-btn" @click="getRoleList">查询</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <el-button type="primary" @click="addRole">添加角色</el-button>
|
|
|
|
|
|
|
+ <el-button v-auth="'ADDUPDATEROLE'" type="primary" @click="addRole"
|
|
|
|
|
+ >添加角色</el-button
|
|
|
|
|
+ >
|
|
|
</div>
|
|
</div>
|
|
|
<div style="margin-top: 24px">
|
|
<div style="margin-top: 24px">
|
|
|
<el-table :data="tableData" stripe style="width: 100%">
|
|
<el-table :data="tableData" stripe style="width: 100%">
|