角色菜单改造完成,去除权限管理,采用按钮方式显示在菜单管理中
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<el-table-column prop="createTime" label="操作" width="100px">
|
||||
<template slot-scope="scope">
|
||||
<el-popover
|
||||
v-permission="['ADMIN']"
|
||||
v-permission="['admin']"
|
||||
:ref="scope.$index"
|
||||
placement="top"
|
||||
width="180">
|
||||
|
||||
Reference in New Issue
Block a user