From 89a259f94994734057b6dada7e2dc9ec3f31e8d8 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 27 Oct 2021 15:30:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Djar=E5=8C=85=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settings/workspace/JarConfig.vue | 81 +++++++++++ .../settings/workspace/JarConfigList.vue | 135 ++++++++++++++++++ .../settings/workspace/MsProject.vue | 2 +- 3 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 frontend/src/business/components/settings/workspace/JarConfig.vue create mode 100644 frontend/src/business/components/settings/workspace/JarConfigList.vue diff --git a/frontend/src/business/components/settings/workspace/JarConfig.vue b/frontend/src/business/components/settings/workspace/JarConfig.vue new file mode 100644 index 0000000000..89c0803c39 --- /dev/null +++ b/frontend/src/business/components/settings/workspace/JarConfig.vue @@ -0,0 +1,81 @@ + + + + + diff --git a/frontend/src/business/components/settings/workspace/JarConfigList.vue b/frontend/src/business/components/settings/workspace/JarConfigList.vue new file mode 100644 index 0000000000..b32821d108 --- /dev/null +++ b/frontend/src/business/components/settings/workspace/JarConfigList.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/frontend/src/business/components/settings/workspace/MsProject.vue b/frontend/src/business/components/settings/workspace/MsProject.vue index 0c37efbdf1..e1c8b5d518 100644 --- a/frontend/src/business/components/settings/workspace/MsProject.vue +++ b/frontend/src/business/components/settings/workspace/MsProject.vue @@ -268,7 +268,7 @@ import MsTableOperatorButton from "../../common/components/MsTableOperatorButton import ApiEnvironmentConfig from "../../api/test/components/ApiEnvironmentConfig"; import TemplateComponent from "../../track/plan/view/comonents/report/TemplateComponent/TemplateComponent"; import {GROUP_PROJECT, PROJECT_ID} from "@/common/js/constants"; -import MsJarConfig from "../../api/test/components/jar/JarConfig"; +import MsJarConfig from "@/business/components/settings/workspace/JarConfig"; import MsTableButton from "../../common/components/MsTableButton"; import {_filter, _sort} from "@/common/js/tableUtils"; import MsResourceFiles from "@/business/components/performance/test/components/ResourceFiles";