From 245b36a22886df2907c55dbc7132c30e144122e7 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 29 Jun 2022 15:52:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=9F=A5=E7=9C=8Bcase=E6=8A=A5=E5=91=8A=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0=E8=BE=93=E5=87=BA=E4=B8=8D=E5=AE=8C=E6=95=B4?= =?UTF-8?q?=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1014433 --user=王孝刚 【测试跟踪】测试计划列表查看测试报告,接口测试日志过多时,显示不全 https://www.tapd.cn/55049933/s/1191643 --- .../components/response/RequestResultTail.vue | 8 ++++++- .../components/response/ResponseResult.vue | 22 +++++++++++++++---- .../detail/component/ApiCaseFailureResult.vue | 2 +- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/frontend/src/business/components/api/definition/components/response/RequestResultTail.vue b/frontend/src/business/components/api/definition/components/response/RequestResultTail.vue index 875bc8753c..1182594425 100644 --- a/frontend/src/business/components/api/definition/components/response/RequestResultTail.vue +++ b/frontend/src/business/components/api/definition/components/response/RequestResultTail.vue @@ -1,7 +1,7 @@ - + @@ -20,6 +20,12 @@ default() { return true; } + }, + isTestPlan: { + type: Boolean, + default() { + return false; + } } }, diff --git a/frontend/src/business/components/api/definition/components/response/ResponseResult.vue b/frontend/src/business/components/api/definition/components/response/ResponseResult.vue index 1e991e99ad..77739fb4b6 100644 --- a/frontend/src/business/components/api/definition/components/response/ResponseResult.vue +++ b/frontend/src/business/components/api/definition/components/response/ResponseResult.vue @@ -3,15 +3,23 @@ - + - + - - + + + + + + @@ -56,6 +64,12 @@ export default { props: { response: Object, currentProtocol: String, + isTestPlan: { + type: Boolean, + default() { + return false; + } + } }, data() { diff --git a/frontend/src/business/components/track/plan/view/comonents/report/detail/component/ApiCaseFailureResult.vue b/frontend/src/business/components/track/plan/view/comonents/report/detail/component/ApiCaseFailureResult.vue index baf3dbdd14..bd24628937 100644 --- a/frontend/src/business/components/track/plan/view/comonents/report/detail/component/ApiCaseFailureResult.vue +++ b/frontend/src/business/components/track/plan/view/comonents/report/detail/component/ApiCaseFailureResult.vue @@ -56,7 +56,7 @@ - + {{ $t('test_track.plan.load_case.content_empty') }}