From 8992c6358526301e3d2f7a1bb474f262cd4230b7 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Thu, 22 Aug 2024 17:02:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3/=E7=94=A8=E4=BE=8B=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=BC=BA=E9=99=B7count=E6=8C=89=E9=92=AE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ms-bug-operation}/bugCountPopover.vue | 11 +-- .../business/ms-bug-operation/index.vue | 78 +++++++++++++++++++ frontend/src/models/testPlan/testPlan.ts | 16 ++-- .../detail/apiCase/components/caseTable.vue | 22 ++++++ .../apiScenario/components/scenarioTable.vue | 17 ++++ .../featureCase/components/caseTable.vue | 9 ++- 6 files changed, 139 insertions(+), 14 deletions(-) rename frontend/src/{views/test-plan/testPlan/detail/featureCase/components => components/business/ms-bug-operation}/bugCountPopover.vue (89%) create mode 100644 frontend/src/components/business/ms-bug-operation/index.vue diff --git a/frontend/src/views/test-plan/testPlan/detail/featureCase/components/bugCountPopover.vue b/frontend/src/components/business/ms-bug-operation/bugCountPopover.vue similarity index 89% rename from frontend/src/views/test-plan/testPlan/detail/featureCase/components/bugCountPopover.vue rename to frontend/src/components/business/ms-bug-operation/bugCountPopover.vue index 6906655cb8..ca7c9d042f 100644 --- a/frontend/src/views/test-plan/testPlan/detail/featureCase/components/bugCountPopover.vue +++ b/frontend/src/components/business/ms-bug-operation/bugCountPopover.vue @@ -1,6 +1,6 @@