diff --git a/frontend/src/business/components/functional/plan/FunctionalTestPlan.vue b/frontend/src/business/components/functional/plan/FunctionalTestPlan.vue
index e46127158a..edfa6d7252 100644
--- a/frontend/src/business/components/functional/plan/FunctionalTestPlan.vue
+++ b/frontend/src/business/components/functional/plan/FunctionalTestPlan.vue
@@ -34,21 +34,21 @@
-
+
{{ scope.row.createTime | timestampFormatDate }}
-
+
{{ scope.row.updateTime | timestampFormatDate }}
-
+
diff --git a/frontend/src/business/components/functional/plan/components/FunctionalTestSceneConfig.vue b/frontend/src/business/components/functional/plan/components/FunctionalTestSceneConfig.vue
index 0eac63a34a..b6aaf92d58 100644
--- a/frontend/src/business/components/functional/plan/components/FunctionalTestSceneConfig.vue
+++ b/frontend/src/business/components/functional/plan/components/FunctionalTestSceneConfig.vue
@@ -30,7 +30,7 @@
-
+
{{ scope.row.lastModified | timestampFormatDate }}
@@ -41,7 +41,7 @@
-
+
-
+
{{ scope.row.createTime | timestampFormatDate }}
-
+
{{ scope.row.updateTime | timestampFormatDate }}
-
+
diff --git a/frontend/src/business/components/performance/plan/PerformanceTestPlan.vue b/frontend/src/business/components/performance/plan/PerformanceTestPlan.vue
index b4e6778bf5..6cd2c6dcd7 100644
--- a/frontend/src/business/components/performance/plan/PerformanceTestPlan.vue
+++ b/frontend/src/business/components/performance/plan/PerformanceTestPlan.vue
@@ -34,21 +34,21 @@
-
+
{{ scope.row.createTime | timestampFormatDate }}
-
+
{{ scope.row.updateTime | timestampFormatDate }}
-
+
diff --git a/frontend/src/business/components/performance/plan/components/PerformanceAdvancedConfig.vue b/frontend/src/business/components/performance/plan/components/PerformanceAdvancedConfig.vue
index 33ffa1cac9..060ac1c470 100644
--- a/frontend/src/business/components/performance/plan/components/PerformanceAdvancedConfig.vue
+++ b/frontend/src/business/components/performance/plan/components/PerformanceAdvancedConfig.vue
@@ -15,7 +15,7 @@
-
+
@@ -25,7 +25,7 @@
-
+
-
+
@@ -46,7 +46,7 @@
-
+
-
+
@@ -109,7 +109,7 @@
-
+
-
+
@@ -130,7 +130,7 @@
-
+
-
+
{{ scope.row.updateTime | timestampFormatDate }}
-
+
-
+
{{ scope.row.createTime | timestampFormatDate }}
-
+
{{ scope.row.updateTime | timestampFormatDate }}
-
+
{{ row.status }}
@@ -65,7 +65,7 @@
-
+
diff --git a/frontend/src/business/components/project/MsProject.vue b/frontend/src/business/components/project/MsProject.vue
index 839185517c..6885a002d5 100644
--- a/frontend/src/business/components/project/MsProject.vue
+++ b/frontend/src/business/components/project/MsProject.vue
@@ -20,7 +20,7 @@
-
+
@@ -65,7 +65,7 @@
diff --git a/frontend/src/business/components/track/case/components/TestCaseEdit.vue b/frontend/src/business/components/track/case/components/TestCaseEdit.vue
index b2b78ae9b7..bb89008b76 100644
--- a/frontend/src/business/components/track/case/components/TestCaseEdit.vue
+++ b/frontend/src/business/components/track/case/components/TestCaseEdit.vue
@@ -107,7 +107,7 @@
highlight-current-row>
-
+
-
+
-
+
-
+
{{$t('commons.functional')}}
{{$t('commons.performance')}}
{{$t('commons.interface')}}
@@ -61,7 +61,7 @@
:label="$t('test_track.method')"
width="120"
show-overflow-tooltip>
-
+
{{$t('test_track.manual')}}
{{$t('test_track.auto')}}
@@ -75,21 +75,21 @@
-
+
{{ scope.row.createTime | timestampFormatDate }}
-
+
{{ scope.row.updateTime | timestampFormatDate }}
-
+
@@ -121,7 +121,7 @@
diff --git a/frontend/src/business/components/track/plan/components/TestCasePlanList.vue b/frontend/src/business/components/track/plan/components/TestCasePlanList.vue
index fcb0ef510b..8f68462f4a 100644
--- a/frontend/src/business/components/track/plan/components/TestCasePlanList.vue
+++ b/frontend/src/business/components/track/plan/components/TestCasePlanList.vue
@@ -50,7 +50,7 @@
:label="$t('test_track.type')"
width="120"
show-overflow-tooltip>
-
+
{{$t('commons.functional')}}
{{$t('commons.performance')}}
{{$t('commons.interface')}}
@@ -61,7 +61,7 @@
:label="$t('test_track.method')"
width="120"
show-overflow-tooltip>
-
+
{{$t('test_track.manual')}}
{{$t('test_track.auto')}}
@@ -75,21 +75,21 @@
-
+
{{ scope.row.createTime | timestampFormatDate }}
-
+
{{ scope.row.updateTime | timestampFormatDate }}
-
+
@@ -122,7 +122,7 @@
import {CURRENT_PROJECT} from '../../../../../common/constants';
import PlanNodeTree from './PlanNodeTree';
- export default {
+ export default {
name: "TestCaseList",
components: {PlanNodeTree},
data() {
diff --git a/frontend/src/business/components/track/plan/components/TestCaseRelevance.vue b/frontend/src/business/components/track/plan/components/TestCaseRelevance.vue
index 7a543a229d..33f37245e1 100644
--- a/frontend/src/business/components/track/plan/components/TestCaseRelevance.vue
+++ b/frontend/src/business/components/track/plan/components/TestCaseRelevance.vue
@@ -26,7 +26,7 @@
用例名称
-
+
{{scope.row.name}}
@@ -64,7 +64,7 @@
import {CURRENT_PROJECT} from '../../../../../common/constants';
import PlanNodeTree from './PlanNodeTree';
- export default {
+ export default {
name: "TestCaseEdit",
components: {PlanNodeTree},
data() {
diff --git a/frontend/src/business/components/track/plan/components/TestPlanList.vue b/frontend/src/business/components/track/plan/components/TestPlanList.vue
index 390d95fefd..0eba34145c 100644
--- a/frontend/src/business/components/track/plan/components/TestPlanList.vue
+++ b/frontend/src/business/components/track/plan/components/TestPlanList.vue
@@ -52,7 +52,7 @@
:label="$t('test_track.plan_status')"
width="130"
show-overflow-tooltip>
-
+
{{$t('test_track.plan_status_prepare')}}
{{$t('test_track.plan_status_running')}}
{{$t('test_track.plan_status_completed')}}
@@ -63,7 +63,7 @@
:label="$t('test_track.plan_stage')"
width="130"
show-overflow-tooltip>
-
+
{{$t('test_track.smoke_test')}}
{{$t('test_track.functional_test')}}
{{$t('test_track.integration_testing')}}
@@ -80,21 +80,21 @@
-
+
{{ scope.row.createTime | timestampFormatDate }}
-
+
{{ scope.row.updateTime | timestampFormatDate }}
-
+