From 9311cd828af960e3c1bdf207bda88c8a95336608 Mon Sep 17 00:00:00 2001 From: junhong Date: Mon, 14 Feb 2022 22:42:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):?= =?UTF-8?q?=20=E5=85=A8=E5=B1=80=E5=89=8D=E5=90=8E=E7=BD=AE=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=96=B0=E5=A2=9E=E5=8F=98=E6=9B=B4=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../environment/EnvironmentEdit.vue | 31 +++++++++---------- .../project/menu/EnvironmentList.vue | 5 ++- .../workspace/environment/EnvironmentList.vue | 12 +++---- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/frontend/src/business/components/api/test/components/environment/EnvironmentEdit.vue b/frontend/src/business/components/api/test/components/environment/EnvironmentEdit.vue index 8cad79be4d..7dd4e3fba4 100644 --- a/frontend/src/business/components/api/test/components/environment/EnvironmentEdit.vue +++ b/frontend/src/business/components/api/test/components/environment/EnvironmentEdit.vue @@ -5,6 +5,10 @@ + @@ -30,7 +34,7 @@ :is-read-only="isReadOnly"/> -
+
{{ $t('operating_log.change_history') }} @@ -47,7 +51,7 @@ @updateGlobalScript="updateGlobalScript"/> -
+
{{ $t('operating_log.change_history') }} @@ -138,6 +142,10 @@ export default { type: Boolean, default: false }, + ifCreate: { + type: Boolean, + default: false + }, }, data() { return { @@ -382,20 +390,11 @@ export default {