From 58e87b241644614ec8034fc9327628142d8204f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?=
<7507756+jiang_yuqi@user.noreply.gitee.com>
Date: Wed, 7 May 2025 23:58:10 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
yanzhu-ui-vue3/src/views/manage/plan/index.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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}') }}