fix : 细节优化

This commit is contained in:
2024-03-26 14:37:38 +08:00
parent 60f3c41124
commit 45f95fa297
10 changed files with 79 additions and 49 deletions

View File

@@ -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 '指定角色(未设置)'