fix(UI自动化): 修复设置模块操作日志UI映射问题
This commit is contained in:
parent
4fbadfa421
commit
fa567545e0
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue