From 174e7cb0e344636ae06af30c9b9c232e11b90c2a Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Mon, 20 Feb 2023 16:59:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BF=87=E6=BB=A4=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audits/JobExecutionLogList.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/views/audits/JobExecutionLogList.vue b/src/views/audits/JobExecutionLogList.vue index 6096d29d2..cd2bfa585 100644 --- a/src/views/audits/JobExecutionLogList.vue +++ b/src/views/audits/JobExecutionLogList.vue @@ -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' } ] }