fix(UI自动化): 修复UI操作日志不显示问题
This commit is contained in:
parent
f939dff164
commit
b1efad9531
|
@ -2434,7 +2434,10 @@ const message = {
|
|||
error_report_library: "Error report",
|
||||
enterprise_test_report: "Enterprise report",
|
||||
change_history: "Change log",
|
||||
change_content: "Change content"
|
||||
change_content: "Change content",
|
||||
ui_element: "ui element",
|
||||
ui_automation: "ui automation",
|
||||
ui_automation_report: "ui automation report"
|
||||
},
|
||||
plugin: {
|
||||
title: "Plug-in management",
|
||||
|
|
|
@ -2443,7 +2443,10 @@ const message = {
|
|||
error_report_library: "误报库",
|
||||
enterprise_test_report: "项目报告",
|
||||
change_history: "变更记录",
|
||||
change_content: "变更内容"
|
||||
change_content: "变更内容",
|
||||
ui_element: "UI元素库",
|
||||
ui_automation: "UI自动化",
|
||||
ui_automation_report: "UI测试报告"
|
||||
},
|
||||
plugin: {
|
||||
title: "插件管理",
|
||||
|
|
|
@ -2439,7 +2439,10 @@ const message = {
|
|||
error_report_library: "誤報庫",
|
||||
enterprise_test_report: "項目報告",
|
||||
change_history: "變更記錄",
|
||||
change_content: "變更內容"
|
||||
change_content: "變更內容",
|
||||
ui_element: "UI元素庫",
|
||||
ui_automation: "UI自動化",
|
||||
ui_automation_report: "UI測試報告"
|
||||
},
|
||||
plugin: {
|
||||
title: "插件管理",
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue