From 530f1b3614a5d5007548680db068090f880228bf Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Wed, 21 Aug 2024 14:28:30 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

---
 gz-customerSystem/src/views/filesCheck/newFileCheck.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gz-customerSystem/src/views/filesCheck/newFileCheck.jsx b/gz-customerSystem/src/views/filesCheck/newFileCheck.jsx
index d83cb84..602bc57 100644
--- a/gz-customerSystem/src/views/filesCheck/newFileCheck.jsx
+++ b/gz-customerSystem/src/views/filesCheck/newFileCheck.jsx
@@ -2,7 +2,7 @@
  * @Company: hugeInfo
  * @Author: ldh
  * @Date: 2022-03-11 11:03:44
- * @LastEditTime: 2024-08-17 17:42:03
+ * @LastEditTime: 2024-08-19 10:11:34
  * @LastEditors: dminyi 1301963064@qq.com
  * @Version: 1.0.0
  * @Description: 大厅来访材料附件查看
@@ -23,8 +23,8 @@
 import { Button, Menu, Tooltip } from 'antd';
 import { useSearchParams } from 'react-router-dom';
 import {
-	FolderOpenOutlined,
-	FolderOutlined,
+	CaretRightOutlined,
+	CaretDownOutlined,
 	FileOutlined,
 	FileImageOutlined,
 	FilePdfOutlined,
@@ -220,7 +220,7 @@
 						return (
 							<SubMenu
 								key={x.ownerTypeName}
-								icon={openKeys.includes(x.ownerTypeName) ? <FolderOpenOutlined /> : <FolderOutlined />}
+								expandIcon={openKeys.includes(x.ownerTypeName) ? <CaretRightOutlined /> : <CaretDownOutlined />}
 								title={x.ownerTypeName}
 							>
 								{x.fileList?.map((y, z) => {

--
Gitblit v1.8.0