From fa567545e0be3a7c5aafc632d156481a35f0f18c Mon Sep 17 00:00:00 2001 From: zhangyong Date: Tue, 1 Nov 2022 15:09:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E8=87=AA=E5=8A=A8=E5=8C=96):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=AE=BE=E7=BD=AE=E6=A8=A1=E5=9D=97=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=97=A5=E5=BF=97UI=E6=98=A0=E5=B0=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system-setting/frontend/src/business/common/config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-setting/frontend/src/business/common/config.js b/system-setting/frontend/src/business/common/config.js index 3eec8c142c..75e3151e7d 100644 --- a/system-setting/frontend/src/business/common/config.js +++ b/system-setting/frontend/src/business/common/config.js @@ -96,6 +96,9 @@ export function LOG_MODULE_MAP(_this) { ['SYSTEM_QUOTA_MANAGEMENT', _this.$t('operating_log.system_quota_management')], ['ENTERPRISE_TEST_REPORT', _this.$t('operating_log.enterprise_test_report')], ['SYSTEM_AUTHORIZATION_MANAGEMENT', _this.$t('operating_log.system_authorization_management')], + ['UI_ELEMENT', _this.$t('operating_log.ui_element')], + ['UI_AUTOMATION', _this.$t('operating_log.ui_automation')], + ['UI_AUTOMATION_REPORT', _this.$t('operating_log.ui_automation_report')], ]); return LOG_MODULE_MAP; }