From 40eacc41d6f70f64ffd8f1fd18a8e12bce3fd86d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 16 十月 2025 12:10:34 +0800
Subject: [PATCH] 没有批准的就不显示在列表中

---
 CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx
index e623c16..32c09e6 100644
--- a/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx
+++ b/CY_ECommercePlatform/CY.WebForm/Pages/personnel/StaffList.aspx
@@ -108,6 +108,9 @@
                             <th>
                                 閮ㄩ棬
                             </th>
+                             <th>
+                                鑱屼綅
+                            </th>
                             <th>
                                 濮撳悕
                             </th>
@@ -175,6 +178,9 @@
                         <td>
                             <%#Eval("DepartmentName")%>
                         </td>
+                         <td>
+                            <%#Eval("SM_Post")%>
+                        </td>
                         <td>
                             <%#Eval("Name")%>
                         </td>

--
Gitblit v1.9.1