From 91321faa07728c40422c95c2a736a81170ae6000 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Mon, 9 Dec 2024 19:04:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A1=A8=E6=A0=BC):=20=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E8=AE=B0=E4=BD=8F=E6=89=8B=E5=8A=A8=E8=B0=83=E6=95=B4=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=88=97=E5=AE=BD&=20=E5=85=B3=E8=81=94?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E5=A2=9E=E5=8A=A0=E5=88=9B=E5=BB=BA=E4=BA=BA?= =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ms-associate-case/apiCaseTable.vue | 187 +++++++++-------- .../business/ms-associate-case/apiTable.vue | 167 +++++++-------- .../business/ms-associate-case/caseTable.vue | 198 ++++++++++-------- .../ms-associate-case/scenarioCaseTable.vue | 181 ++++++++-------- .../business/ms-case-associate/index.vue | 116 +++++----- .../components/pure/ms-table/base-table.vue | 14 +- .../pure/ms-table/comp/defaultFilter.vue | 169 ++++++++++----- frontend/src/components/pure/ms-table/type.ts | 1 - frontend/src/hooks/useTableStore.ts | 33 +++ .../components/management/api/apiTable.vue | 1 - .../management/api/shareListDrawer.vue | 1 - .../components/management/case/caseTable.vue | 1 - .../components/recycle/case/caseTable.vue | 1 - .../api-test/report/component/reportList.vue | 1 - .../common/importApiDrawer/table.vue | 1 - .../scenario/components/scenarioTable.vue | 2 - .../scenario/recycle/recycleTable.vue | 2 +- .../bug-management/components/bugCaseTab.vue | 4 - .../components/caseTable.vue | 3 - .../components/recycleCaseTable.vue | 4 - .../tabContent/tabBug/tabDefect.vue | 1 - .../tabContent/tabCase/tabCaseTable.vue | 3 - .../tabDemand/thirdDemandDrawer.vue | 2 - .../tabDependency/tabDependency.vue | 4 - .../components/detail/caseTable.vue | 1 - .../components/index/reviewTable.vue | 1 - .../components/envParams/DatabaseTab.vue | 2 - .../setting/system/resourcePool/index.vue | 1 - .../test-plan/report/detail/exportPDF.vue | 2 - .../detail/apiCase/components/caseTable.vue | 1 - .../apiScenario/components/scenarioTable.vue | 1 - .../testPlan/detail/bugManagement/index.vue | 4 - .../featureCase/components/caseTable.vue | 1 - .../detail/featureCase/detail/bug/index.vue | 4 - .../workbench/components/testCaseTable.vue | 1 - 35 files changed, 612 insertions(+), 504 deletions(-) diff --git a/frontend/src/components/business/ms-associate-case/apiCaseTable.vue b/frontend/src/components/business/ms-associate-case/apiCaseTable.vue index 6a06c2448d..f972eab530 100644 --- a/frontend/src/components/business/ms-associate-case/apiCaseTable.vue +++ b/frontend/src/components/business/ms-associate-case/apiCaseTable.vue @@ -1,8 +1,8 @@