From 40f2763fa61c84076d66b23ba6969d350f7d86da Mon Sep 17 00:00:00 2001 From: haifeng414 Date: Thu, 13 Feb 2020 15:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=8F=9C=E5=8D=95=E6=A0=8F?= =?UTF-8?q?=E7=AE=80=E5=8D=95=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/performance/App.vue | 7 ++-- .../performance/components/HeaderMenus.vue | 13 +++--- .../components/testPlan/RecentTestPlan.vue | 41 +++++++++++++++++++ 3 files changed, 51 insertions(+), 10 deletions(-) create mode 100644 frontend/src/performance/components/testPlan/RecentTestPlan.vue diff --git a/frontend/src/performance/App.vue b/frontend/src/performance/App.vue index f881093aee..15d39aaa49 100644 --- a/frontend/src/performance/App.vue +++ b/frontend/src/performance/App.vue @@ -10,7 +10,9 @@ - 创建测试 + + 创建测试 + @@ -49,9 +51,6 @@ }, components: {MsWebSocket, MsUser, MsMenus, MsSetting, MsView}, methods: { - createTest() { - this.$router.push({path: '/createTest'}) - } } } diff --git a/frontend/src/performance/components/HeaderMenus.vue b/frontend/src/performance/components/HeaderMenus.vue index 33775017fc..e3bed233da 100644 --- a/frontend/src/performance/components/HeaderMenus.vue +++ b/frontend/src/performance/components/HeaderMenus.vue @@ -1,5 +1,5 @@ diff --git a/frontend/src/performance/components/testPlan/RecentTestPlan.vue b/frontend/src/performance/components/testPlan/RecentTestPlan.vue new file mode 100644 index 0000000000..b698062687 --- /dev/null +++ b/frontend/src/performance/components/testPlan/RecentTestPlan.vue @@ -0,0 +1,41 @@ + + + + +