fix : 细节优化
This commit is contained in:
@@ -86,7 +86,7 @@ const content = computed(() => {
|
||||
case "ROLE":
|
||||
if (config.roleList.length > 0) {
|
||||
return config.roleList.map(role => {
|
||||
return role.roleName;
|
||||
return role.name;
|
||||
}).join("、")
|
||||
} else {
|
||||
return '指定角色(未设置)'
|
||||
|
||||
Reference in New Issue
Block a user