diff --git a/yanzhu-ui-vue3/src/views/manage/plan/index.vue b/yanzhu-ui-vue3/src/views/manage/plan/index.vue
index 8089b02d..28a20e85 100644
--- a/yanzhu-ui-vue3/src/views/manage/plan/index.vue
+++ b/yanzhu-ui-vue3/src/views/manage/plan/index.vue
@@ -47,14 +47,14 @@
{{scope.row.taskDuation}}d
-
+
- {{ parseTime(scope.row.startDate, '{y}-{m}-{d}') }}
+ {{ parseTime(scope.row.planStartDate, '{y}-{m}-{d}') }}
-
+
- {{ parseTime(scope.row.finishDate, '{y}-{m}-{d}') }}
+ {{ parseTime(scope.row.planFinishDate, '{y}-{m}-{d}') }}