@@ -16,11 +16,13 @@
-
- {{ $t('test_track.return') }}
+ {{ $t("test_track.return") }}
@@ -35,9 +37,9 @@
:pre-page-data="prePageData"
@pre="handlePre"
@next="handleNext"
- :list="testCases"/>
+ :list="testCases"
+ />
-
@@ -47,82 +49,144 @@
class="test-case-name"
type="text"
:disabled="!hasProjectPermission"
- @click="openTestTestCase(testCase)">
-
- {{ testCase.customNum }}-{{ testCase.name }}
-
+ @click="openTestTestCase(testCase)"
+ >
+
+ {{ testCase.customNum }}-{{ testCase.name }}
+
-
-
-
+
{{ testCase.nodePath }}
-
+
{{ testCase.projectName }}
-
-
+
+
-
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
+
-
@@ -135,11 +199,13 @@
:test-case="testCase"
:is-read-only="isReadOnly"
:origin-status="originalStatus"
- @saveCase="saveCase"/>
+ @saveCase="saveCase"
+ />
+ ref="comment"
+ />
@@ -148,30 +214,40 @@