fix(UI自动化): 修复设置模块操作日志UI映射问题

This commit is contained in:
zhangyong 2022-11-01 15:09:00 +08:00 committed by zhangyongfit2cloud
parent 4fbadfa421
commit fa567545e0
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ export function LOG_MODULE_MAP(_this) {
['SYSTEM_QUOTA_MANAGEMENT', _this.$t('operating_log.system_quota_management')], ['SYSTEM_QUOTA_MANAGEMENT', _this.$t('operating_log.system_quota_management')],
['ENTERPRISE_TEST_REPORT', _this.$t('operating_log.enterprise_test_report')], ['ENTERPRISE_TEST_REPORT', _this.$t('operating_log.enterprise_test_report')],
['SYSTEM_AUTHORIZATION_MANAGEMENT', _this.$t('operating_log.system_authorization_management')], ['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; return LOG_MODULE_MAP;
} }