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') }}