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