fix: 增加作业日志过滤列

This commit is contained in:
Aaron3S
2023-02-20 16:59:23 +08:00
committed by Jiangjie.Bai
parent 413feb6372
commit 174e7cb0e3

View File

@@ -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'
}
]
}