From df06fbe85ea7cc333c15540d463e92d136c7c46a Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Fri, 2 Dec 2022 12:23:05 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=8C=81=E7=BB=AD=E4=BC=98=E5=8C=96job?= =?UTF-8?q?=20=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/zh.json | 3 +++ src/views/ops/Executions/index.vue | 11 ++++++----- src/views/ops/Job/JobCodeEditor.vue | 4 ++-- src/views/ops/Job/JobUpdateCreate.vue | 8 +++----- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 83350d20b..d27c8acfe 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -661,6 +661,9 @@ "Weekly": "按周" }, "ops": { + "OpenCommand": "打开命令", + "SaveCommand": "保存命令 ", + "Log": "日志", "Execute": "执行", "ID": "ID", "No": "否", diff --git a/src/views/ops/Executions/index.vue b/src/views/ops/Executions/index.vue index ca6916f1f..6b06f95ee 100644 --- a/src/views/ops/Executions/index.vue +++ b/src/views/ops/Executions/index.vue @@ -7,6 +7,7 @@