From 3b8f2ff32bc1462403cee28963928e43ca98f644 Mon Sep 17 00:00:00 2001 From: haifeng414 Date: Sat, 15 Feb 2020 10:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/testPlan/AllTestPlan.vue | 151 ++++++++++-------- .../testPlan/components/PressureConfig.vue | 71 +++++++- 2 files changed, 148 insertions(+), 74 deletions(-) diff --git a/frontend/src/performance/components/testPlan/AllTestPlan.vue b/frontend/src/performance/components/testPlan/AllTestPlan.vue index 2f4e573ed9..f6ce5fa241 100644 --- a/frontend/src/performance/components/testPlan/AllTestPlan.vue +++ b/frontend/src/performance/components/testPlan/AllTestPlan.vue @@ -1,70 +1,79 @@ @@ -75,6 +84,7 @@ return { queryPath: "/testplan/list", deletePath: "/testplan/delete", + condition: "", tableData: [], multipleSelection: [], currentPage: 1, @@ -155,7 +165,16 @@ -