diff --git a/frontend/src/business/components/common/components/MsDeleteConfirm.vue b/frontend/src/business/components/common/components/MsDeleteConfirm.vue
new file mode 100644
index 0000000000..1d7185e32b
--- /dev/null
+++ b/frontend/src/business/components/common/components/MsDeleteConfirm.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+ {{$t('commons.delete_confirm')}}
+ DELETE-{{record.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/business/components/track/plan/components/TestPlanList.vue b/frontend/src/business/components/track/plan/components/TestPlanList.vue
index b54e530e7c..905b0997b3 100644
--- a/frontend/src/business/components/track/plan/components/TestPlanList.vue
+++ b/frontend/src/business/components/track/plan/components/TestPlanList.vue
@@ -1,106 +1,107 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('test_track.plan.plan_status_prepare')}}
+
+
+ {{$t('test_track.plan.plan_status_running')}}
+
+
+ {{$t('test_track.plan.plan_status_completed')}}
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$t('test_track.plan.plan_status_prepare')}}
-
-
- {{$t('test_track.plan.plan_status_running')}}
-
-
- {{$t('test_track.plan.plan_status_completed')}}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.createTime | timestampFormatDate }}
+
+
+
+
+ {{ scope.row.updateTime | timestampFormatDate }}
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.createTime | timestampFormatDate }}
-
-
-
-
- {{ scope.row.updateTime | timestampFormatDate }}
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
-
-
+
+
+
-
+