From 0802afcb34bbf64a48a071b3ebdb86ec02e53241 Mon Sep 17 00:00:00 2001 From: baiqi Date: Mon, 15 Jan 2024 15:47:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E3=80=90=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E3=80=91github#28?= =?UTF-8?q?250=EF=BC=8C=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=EF=BC=8C?= =?UTF-8?q?=E5=85=B3=E8=81=94=E4=BA=861.6w=E6=9D=A1=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=EF=BC=8C=E6=9F=A5=E7=9C=8B=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8D=A1=E6=AD=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1034232 --user=白奇 【测试计划】github#28250,测试计划,关联了1.6w条用例,查看测试报告页面卡死 https://www.tapd.cn/55049933/s/1451604 --- .../frontend/src/i18n/lang/track/en-US.js | 1 + .../frontend/src/i18n/lang/track/zh-CN.js | 1 + .../frontend/src/i18n/lang/track/zh-TW.js | 1 + .../detail/TestPlanFunctionalReport.vue | 228 ++++++++++++------ .../detail/component/FunctionalCases.vue | 82 ++++--- 5 files changed, 201 insertions(+), 112 deletions(-) diff --git a/framework/sdk-parent/frontend/src/i18n/lang/track/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/track/en-US.js index 3b22be8616..6fc56a2e0c 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/track/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/track/en-US.js @@ -653,6 +653,7 @@ export default { issue_list: "Issue List", all_case: "All Case", report_summary_length_tips: "Report summary cannot exceed 60000 words", + search_placeholder: "Enter ID or name search", }, reporter: "Reporter", lastmodify: "Last Modify", diff --git a/framework/sdk-parent/frontend/src/i18n/lang/track/zh-CN.js b/framework/sdk-parent/frontend/src/i18n/lang/track/zh-CN.js index 792e3f5bcd..0aef0baf0c 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/track/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/track/zh-CN.js @@ -618,6 +618,7 @@ export default { issue_list: "缺陷列表", all_case: "所有用例", report_summary_length_tips: "报告总结不能超过60000个字符", + search_placeholder: "输入 ID 或名称搜索", }, reporter: "报告人", lastmodify: "最后更改", diff --git a/framework/sdk-parent/frontend/src/i18n/lang/track/zh-TW.js b/framework/sdk-parent/frontend/src/i18n/lang/track/zh-TW.js index c24c6cbe55..2980ea7835 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/track/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/track/zh-TW.js @@ -617,6 +617,7 @@ export default { issue_list: "缺陷列錶", all_case: "所有用例", report_summary_length_tips: "報告總結不能超過60000個字符", + search_placeholder: "輸入 ID 或名稱搜索", }, reporter: "報告人", lastmodify: "最後更改", diff --git a/test-track/frontend/src/business/plan/view/comonents/report/detail/TestPlanFunctionalReport.vue b/test-track/frontend/src/business/plan/view/comonents/report/detail/TestPlanFunctionalReport.vue index dc28d3a3a3..518642fde9 100644 --- a/test-track/frontend/src/business/plan/view/comonents/report/detail/TestPlanFunctionalReport.vue +++ b/test-track/frontend/src/business/plan/view/comonents/report/detail/TestPlanFunctionalReport.vue @@ -1,13 +1,29 @@