From 02f5bef6b47dc566aa5c88793d56a39cf37e712d Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Mon, 24 Jun 2024 22:49:17 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=20=E4=BF=AE=E6=94=B9=E5=91=BD=E5=90=8D?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orion-visor-ui/src/components/view/exec-editor/const.ts | 2 +- orion-visor-ui/src/components/view/exec-editor/index.vue | 4 ++-- .../views/job/exec-job/components/exec-job-form-drawer.vue | 4 ++-- orion-visor-ui/src/views/job/exec-job/types/const.ts | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/orion-visor-ui/src/components/view/exec-editor/const.ts b/orion-visor-ui/src/components/view/exec-editor/const.ts index 3f89542c..e4df3a67 100644 --- a/orion-visor-ui/src/components/view/exec-editor/const.ts +++ b/orion-visor-ui/src/components/view/exec-editor/const.ts @@ -16,7 +16,7 @@ export interface TemplateParam { } // 内置参数 -export const builtinsParams: Array = [ +export const builtinParams: Array = [ { name: 'source', desc: '执行来源' diff --git a/orion-visor-ui/src/components/view/exec-editor/index.vue b/orion-visor-ui/src/components/view/exec-editor/index.vue index c6ffb342..ee403eb0 100644 --- a/orion-visor-ui/src/components/view/exec-editor/index.vue +++ b/orion-visor-ui/src/components/view/exec-editor/index.vue @@ -12,7 +12,7 @@