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 @@