From 3282abd1d4dd2dd4a4167e027e609a52ceb8c728 Mon Sep 17 00:00:00 2001
From: suerwei <18810552194@163.com>
Date: 星期二, 21 五月 2024 10:26:29 +0800
Subject: [PATCH] 人员管理模块

---
 javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/projectPerson.html |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/projectPerson.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/projectPerson.html
index f2c1bc0..fe78dd4 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/projectPerson.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/projectPerson/projectPerson.html
@@ -93,13 +93,35 @@
                     title : '鎵嬫満鍙�'
                 },
                 {
-                    field : 'address', 
-                    title : '鍦板潃'
+                    field : 'idCard',
+                    title : '韬唤璇佸彿'
                 },
+                    {
+                        field : 'personGroup',
+                        title : '浜哄憳鍒嗙粍'
+                    },
                 {
                     field : 'responsibility', 
                     title : '鑱岃矗'
                 },
+                    {
+                        field : 'inSiteTime',
+                        title : '杩涘満鏃堕棿'
+                    },
+                    {
+                        field : 'outSiteTime',
+                        title : '鍑哄満鏃堕棿'
+                    },
+                    {
+                        field : 'documentType',
+                        title : '璇佷欢绫诲瀷',
+                        visible: false
+                    },
+                    {
+                        field : 'documentCode',
+                        title : '璇佷欢缂栧彿',
+                        visible: false
+                    },
                 {
                     field : 'remark', 
                     title : '澶囨敞'

--
Gitblit v1.9.1