From 4119a2e4a84d74b5f6cf1654e7cc4925b9026b9b Mon Sep 17 00:00:00 2001
From: wkc <978997012@qq.com>
Date: Fri, 27 Feb 2026 14:17:14 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E8=A1=A8=E6=A0=BC=E5=88=97=E9=A1=BA=E5=BA=8F?=
=?UTF-8?q?=EF=BC=8C=E5=8C=B9=E9=85=8D=E5=8E=9F=E5=9E=8B=E5=9B=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 调整列顺序为:项目名称、更新/创建时间、创建人、状态、目标人数、预警人数、操作
- 将"项目状态"列改名为"状态"
- 将"创建时间"改为显示"更新/创建时间",优先显示更新时间
---
.../ccdiProject/components/ProjectTable.vue | 46 +++++++++----------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue
index 38cdf68..cea8559 100644
--- a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue
+++ b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue
@@ -19,11 +19,31 @@
-
+
+
+
+ {{ parseTime(scope.row.updateTime || scope.row.createTime) }}
+
+
+
+
+
+
+
@@ -77,26 +97,6 @@
-
-
-
-
-
-
- {{ parseTime(scope.row.createTime) }}
-
-
-