From 87c50418b97bd4f78f621e7c08668c47bdc2a5d5 Mon Sep 17 00:00:00 2001 From: teukkk Date: Fri, 9 Aug 2024 16:34:02 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=94=A8=E4=BE=8B=E8=AF=A6=E6=83=85-?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=8E=86=E5=8F=B2-=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=97=B6=E6=98=AF=E6=96=87=E6=9C=AC=E6=8F=8F=E8=BF=B0=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=AD=A5=E9=AA=A4=E8=AF=A6=E6=83=85=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/models/testPlan/testPlan.ts | 1 + .../detail/featureCase/detail/executionHistory/index.vue | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/models/testPlan/testPlan.ts b/frontend/src/models/testPlan/testPlan.ts index de6e5e732c..b6ab526c86 100644 --- a/frontend/src/models/testPlan/testPlan.ts +++ b/frontend/src/models/testPlan/testPlan.ts @@ -268,6 +268,7 @@ export interface ExecuteHistoryItem { steps: string; createTime: string; deleted: boolean; + isStep: boolean; // 类型是:步骤描述 } export interface moduleForm { diff --git a/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/executionHistory/index.vue b/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/executionHistory/index.vue index ec4d517517..9a07221ec3 100644 --- a/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/executionHistory/index.vue +++ b/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/executionHistory/index.vue @@ -8,8 +8,13 @@
{{ item.userName }}
- - + + {{ t('system.orgTemplate.stepDetail') }}