diff --git a/frontend/src/views/test-plan/report/detail/component/system-card/testSetTableChildrenList.vue b/frontend/src/views/test-plan/report/detail/component/system-card/testSetTableChildrenList.vue index ebbfce3339..31fff25a52 100644 --- a/frontend/src/views/test-plan/report/detail/component/system-card/testSetTableChildrenList.vue +++ b/frontend/src/views/test-plan/report/detail/component/system-card/testSetTableChildrenList.vue @@ -11,7 +11,7 @@ >
@@ -23,14 +23,19 @@ item[column.dataIndex as string] === '' || item[column.dataIndex as string] === undefined || item[column.dataIndex as string] === null " > -
+ + {{ item.num }} + +
{{ item[column.dataIndex as string] }}
-
- {{ item.num }} -