From 327476108f6a9b4a5d0081b9deba5e92db2b5ef1 Mon Sep 17 00:00:00 2001 From: teukkk Date: Thu, 30 May 2024 19:07:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E8=AF=A6=E6=83=85-?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/locale/zh-CN/common.ts | 3 +- .../components/tabContent/tabBug/bugList.vue | 20 ++-- .../testPlan/components/planTable.vue | 2 +- .../detail/bugManagement/caseCountPopover.vue | 38 +++++--- .../testPlan/detail/bugManagement/index.vue | 95 ++++++++++++------- .../views/test-plan/testPlan/detail/index.vue | 12 +-- .../views/test-plan/testPlan/locale/en-US.ts | 1 - .../views/test-plan/testPlan/locale/zh-CN.ts | 1 - 8 files changed, 101 insertions(+), 71 deletions(-) diff --git a/frontend/src/locale/zh-CN/common.ts b/frontend/src/locale/zh-CN/common.ts index 0f35945f2c..b6acc088bb 100644 --- a/frontend/src/locale/zh-CN/common.ts +++ b/frontend/src/locale/zh-CN/common.ts @@ -163,7 +163,8 @@ export default { 'common.text': '文本', 'common.resourceDeleted': '资源已被删除', 'common.refresh': '刷新', - 'common.searchByNameAndId': '通过ID、名称或标签搜索', + 'common.searchByIdName': '通过ID 或名称搜索', + 'common.searchByIDNameTag': '通过ID、名称或标签搜索', 'common.archive': '归档', 'common.running': '执行中', 'common.unExecute': '未执行', diff --git a/frontend/src/views/case-management/caseManagementFeature/components/tabContent/tabBug/bugList.vue b/frontend/src/views/case-management/caseManagementFeature/components/tabContent/tabBug/bugList.vue index f88b7029b1..fab9e18018 100644 --- a/frontend/src/views/case-management/caseManagementFeature/components/tabContent/tabBug/bugList.vue +++ b/frontend/src/views/case-management/caseManagementFeature/components/tabContent/tabBug/bugList.vue @@ -4,17 +4,15 @@ {{ record.num }}