From f8b935378f7335de4658eed9a8df6ff6940341e8 Mon Sep 17 00:00:00 2001 From: pfl <14579250+shadowman1@user.noreply.gitee.com> Date: Mon, 23 Jun 2025 15:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=85=B3?= =?UTF-8?q?=E8=81=94=E7=94=A8=E4=BE=8B=20=E6=B5=8B=E8=AF=95=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-ui/src/router/index.js | 14 + .../test/testplan/caseReport/caseReport.vue | 11 +- .../testplan/caseReport/platformReport.vue | 324 ++++++++++++++++++ .../test/testplan/execute/caseExecute.vue | 6 +- 4 files changed, 351 insertions(+), 4 deletions(-) create mode 100644 test-ui/src/views/test/testplan/caseReport/platformReport.vue diff --git a/test-ui/src/router/index.js b/test-ui/src/router/index.js index 19710fc..53bad1e 100644 --- a/test-ui/src/router/index.js +++ b/test-ui/src/router/index.js @@ -254,6 +254,20 @@ export const constantRoutes = [ } ] }, + { + path: '/testplan/casereport/platformReport', + component: Layout, + hidden: true, + children: [ + { + path: '', + component: () => import('@/views/test/testplan/caseReport/platformReport'), + name: 'platformReport', + noCache: true, + meta: { title: '平台报告', activeMenu: '/testplan' } + } + ] + }, ] // 动态路由,基于用户权限动态去加载 diff --git a/test-ui/src/views/test/testplan/caseReport/caseReport.vue b/test-ui/src/views/test/testplan/caseReport/caseReport.vue index fc02b25..29e53e5 100644 --- a/test-ui/src/views/test/testplan/caseReport/caseReport.vue +++ b/test-ui/src/views/test/testplan/caseReport/caseReport.vue @@ -16,7 +16,7 @@ - +