From a30ae9c2331e5352a4f9d3f7e0ecfd36ff9d4e33 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Tue, 27 Aug 2024 10:57:24 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

---
 gz-customerSystem/src/components/basicInformation/organization/PersonModal.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gz-customerSystem/src/components/basicInformation/organization/PersonModal.jsx b/gz-customerSystem/src/components/basicInformation/organization/PersonModal.jsx
index 7ac5fed..a91e96c 100644
--- a/gz-customerSystem/src/components/basicInformation/organization/PersonModal.jsx
+++ b/gz-customerSystem/src/components/basicInformation/organization/PersonModal.jsx
@@ -2,8 +2,8 @@
  * @Company: hugeInfo
  * @Author: ldh
  * @Date: 2022-02-24 09:48:22
- * @LastEditTime: 2022-10-31 12:01:23
- * @LastEditors: ldh
+ * @LastEditTime: 2024-08-26 14:58:09
+ * @LastEditors: dminyi 1301963064@qq.com
  * @Version: 1.0.0
  * @Description: 查看部门人员的modal
  */
@@ -93,7 +93,7 @@
 			title: '状态',
 			dataIndex: 'status',
 			width: 50,
-			render: (text) => <span style={{ color: text === '1' ? '#52C41A' : '#BFBFBF' }}>{text === '1' ? '正常' : '停用'}</span>,
+			render: (text) => <span style={{ color: text === 1 ? '#52C41A' : '#BFBFBF' }}>{text === 1 ? '正常' : '停用'}</span>,
 		},
 	];
 

--
Gitblit v1.8.0