Commit a5fef9d7 authored by zhangyong's avatar zhangyong
Browse files

fix: UI定时任务日志查询

--bug=1020020 --user=张勇 【UI测试】指令列表-操作-点击...-展示定时任务 https://www.tapd.cn/55049933/s/1300624
parent 71e43e43
Showing with 5 additions and 0 deletions
+5 -0
...@@ -2445,6 +2445,7 @@ const message = { ...@@ -2445,6 +2445,7 @@ const message = {
change_content: "Change content", change_content: "Change content",
ui_element: "ui element", ui_element: "ui element",
ui_automation: "ui automation", ui_automation: "ui automation",
ui_automation_schedule: "Ui automation schedule",
ui_automation_report: "ui automation report" ui_automation_report: "ui automation report"
}, },
plugin: { plugin: {
......
...@@ -2454,6 +2454,7 @@ const message = { ...@@ -2454,6 +2454,7 @@ const message = {
change_content: "变更内容", change_content: "变更内容",
ui_element: "UI元素库", ui_element: "UI元素库",
ui_automation: "UI自动化", ui_automation: "UI自动化",
ui_automation_schedule: "UI自动化-定时任务",
ui_automation_report: "UI测试报告" ui_automation_report: "UI测试报告"
}, },
plugin: { plugin: {
......
...@@ -2450,6 +2450,7 @@ const message = { ...@@ -2450,6 +2450,7 @@ const message = {
change_content: "變更內容", change_content: "變更內容",
ui_element: "UI元素庫", ui_element: "UI元素庫",
ui_automation: "UI自動化", ui_automation: "UI自動化",
ui_automation_schedule: "UI自動化-定時任務",
ui_automation_report: "UI測試報告" ui_automation_report: "UI測試報告"
}, },
plugin: { plugin: {
......
...@@ -98,6 +98,7 @@ export function LOG_MODULE_MAP(_this) { ...@@ -98,6 +98,7 @@ export function LOG_MODULE_MAP(_this) {
['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_ELEMENT', _this.$t('operating_log.ui_element')],
['UI_AUTOMATION', _this.$t('operating_log.ui_automation')], ['UI_AUTOMATION', _this.$t('operating_log.ui_automation')],
['UI_AUTOMATION_SCHEDULE', _this.$t('operating_log.ui_automation_schedule')],
['UI_AUTOMATION_REPORT', _this.$t('operating_log.ui_automation_report')], ['UI_AUTOMATION_REPORT', _this.$t('operating_log.ui_automation_report')],
]); ]);
return LOG_MODULE_MAP; return LOG_MODULE_MAP;
......
...@@ -98,6 +98,7 @@ export function LOG_MODULE_MAP(_this) { ...@@ -98,6 +98,7 @@ export function LOG_MODULE_MAP(_this) {
['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_ELEMENT', _this.$t('operating_log.ui_element')],
['UI_AUTOMATION', _this.$t('operating_log.ui_automation')], ['UI_AUTOMATION', _this.$t('operating_log.ui_automation')],
['UI_AUTOMATION_SCHEDULE', _this.$t('operating_log.ui_automation_schedule')],
['UI_AUTOMATION_REPORT', _this.$t('operating_log.ui_automation_report')], ['UI_AUTOMATION_REPORT', _this.$t('operating_log.ui_automation_report')],
]); ]);
return LOG_MODULE_MAP; return LOG_MODULE_MAP;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment