feat: 整合echarts,添加柱状图、饼图、漏斗和雷达图
This commit is contained in:
@@ -11,7 +11,7 @@ export const hasPerm: Directive = {
|
||||
if (roles.includes('ROOT')) {
|
||||
return true
|
||||
}
|
||||
// 其他角色按钮权限校验
|
||||
// 「其他角色」按钮权限校验
|
||||
const {value} = binding;
|
||||
if (value) {
|
||||
const requiredPerms = value; // DOM绑定需要的按钮权限标识
|
||||
|
||||
Reference in New Issue
Block a user