mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 22:36:23 +00:00
fix: 增加作业日志过滤列
This commit is contained in:
@@ -101,15 +101,7 @@ export default {
|
||||
options: [
|
||||
{
|
||||
label: this.$t('audits.User'),
|
||||
value: 'user__name'
|
||||
},
|
||||
{
|
||||
label: this.$t('audits.Username'),
|
||||
value: 'user__username'
|
||||
},
|
||||
{
|
||||
label: this.$t('audits.SystemUserName'),
|
||||
value: 'run_as__username'
|
||||
value: 'creator__name'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user