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; +}