fix: 修复已知Issues

修复审计员权限无法打开用户界面的问题
修复英文状态下基础列表宽度问题
修复收藏节点无法右键的问题
修复Firefox无法打开系统用户详情的问题
This commit is contained in:
OrangeM21
2020-07-06 17:49:28 +08:00
parent 7e0f53e403
commit 3e32eae8f3
4 changed files with 19 additions and 7 deletions

View File

@@ -51,22 +51,27 @@ export default {
},
command_amount: {
label: this.$t('sessions.command'),
width: '60px'
width: '100px'
},
system_user: {
showOverflowTooltip: true
},
login_from: {
label: this.$t('sessions.loginFrom'),
width: '110px'
width: '120px',
showOverflowTooltip: true
},
remote_addr: {
width: '130px'
width: '120px'
},
protocol: {
label: this.$t('sessions.protocol'),
width: '60px',
width: '80px',
sortable: false,
formatter: null
},
date_start: {
width: '100px',
formatter: function(row) {
return toSafeLocalDateStr(row.date_start)
}
@@ -81,6 +86,7 @@ export default {
actions: {
prop: 'id',
label: this.$t('common.Actions'),
width: '160px',
formatter: ActionsFormatter,
formatterArgs: {
hasEdit: false,