mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
perf: Update user orgs roles (#3829)
* perf: Update user orgs roles * perf: Update user orgs roles --------- Co-authored-by: Bai <baijiangjie@gmail.com>
This commit is contained in:
@@ -1981,7 +1981,7 @@
|
||||
"PasskeyAddDisableInfo": "你的认证来源是 {source}, 不支持添加 Passkey"
|
||||
},
|
||||
"users": {
|
||||
"OrgsAndRoles": "组织与角色",
|
||||
"OrgsAndRoles": "组织和角色",
|
||||
"LunaSettingUpdate": "Luna 配置设置",
|
||||
"KokoSettingUpdate": "Koko 配置设置",
|
||||
"UserSetting": "偏好设置",
|
||||
|
||||
@@ -207,7 +207,7 @@ export default {
|
||||
if (key.length >= allowKeyMaxLength) {
|
||||
prettyKey = key.substring(0, allowKeyMaxLength - 3) + '...'
|
||||
}
|
||||
const item = prettyKey + ': ' + value.join(',')
|
||||
const item = prettyKey + ': ' + value.join(', ')
|
||||
doms.push([item, <br/>])
|
||||
})
|
||||
return <div>{doms}</div>
|
||||
|
||||
@@ -105,7 +105,7 @@ export default {
|
||||
filters: [],
|
||||
formatterArgs: {
|
||||
getItem(item) {
|
||||
return item.key + ': ' + item.value.join(',')
|
||||
return item.key + ': ' + item.value.join(', ')
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user