From 2502520829523cdd7e34798a4bd3619e77d82065 Mon Sep 17 00:00:00 2001 From: pfl <14579250+shadowman1@user.noreply.gitee.com> Date: Wed, 30 Apr 2025 14:21:52 +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=E6=8A=A5=E5=91=8A=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test/testplan/caseReport/caseReport.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/test-ui/src/views/test/testplan/caseReport/caseReport.vue b/test-ui/src/views/test/testplan/caseReport/caseReport.vue index f7dc4d2..6461251 100644 --- a/test-ui/src/views/test/testplan/caseReport/caseReport.vue +++ b/test-ui/src/views/test/testplan/caseReport/caseReport.vue @@ -10,10 +10,18 @@
+
+ + 新建报告 + +
+ + @@ -59,7 +70,7 @@ import {addTestReport, getTestReportList} from "@/api/test/testPlan"; export default { name: 'caseReport', components: {SimpleOptions}, - dicts: ['test_type'], + dicts: ['test_type','test_result','report_send_status'], props: { planId: { type: String, @@ -157,4 +168,9 @@ export default { margin-top: 200px; } +.button-right { + display: flex; + justify-content: flex-end; + margin-bottom: 10px; +}