From 694a3070452867600bc09c3ce76b3d8dc5c7a369 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期五, 28 二月 2025 15:13:55 +0800
Subject: [PATCH] 修改人员管理逻辑

---
 management/src/pages/message-notification/index.jsx |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/management/src/pages/message-notification/index.jsx b/management/src/pages/message-notification/index.jsx
index 8918e98..dc1a090 100644
--- a/management/src/pages/message-notification/index.jsx
+++ b/management/src/pages/message-notification/index.jsx
@@ -4,6 +4,7 @@
 import { useRef, useState, useEffect } from 'react';
 import { Access, history, useAccess } from 'umi';
 import { getList, setStatus, getUnitList } from './service'
+import { render } from 'react-dom';
 const Banner = () => {
 
   const actionRef = useRef();
@@ -64,6 +65,10 @@
       title: '诉求应处理时间',
       dataIndex: 'responseTime',
       hideInSearch: true,
+      render: (_, record) => {
+        return record.responseTime.split('T')[0]
+
+      }
     },
     {
       title: '提示类型',

--
Gitblit v1.7.1