From e7d382efc71d1a738a6a7c52d0978d6fdb077a8a Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Sat, 14 Sep 2024 17:34:02 +0800
Subject: [PATCH] 提交

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

diff --git a/gz-customerSystem/src/views/comprehensive/index.jsx b/gz-customerSystem/src/views/comprehensive/index.jsx
index 1812110..f06c4a7 100644
--- a/gz-customerSystem/src/views/comprehensive/index.jsx
+++ b/gz-customerSystem/src/views/comprehensive/index.jsx
@@ -1,6 +1,6 @@
 
 import React, { useEffect, useState } from 'react';
-import Page from '../../components/Page/index';
+import NewPage from '../../components/NewPage/index';
 import { Form, Typography, Space, Tooltip } from 'antd';
 import { FolderFilled } from '@ant-design/icons';
 import * as $$ from '../../utils/utility';
@@ -191,8 +191,12 @@
 
 
   return (
-    <Page pageHead={{ title: '综合查询', subtitle: '管理员名下综合查询列表' }}>
-      <div className="mediateList">
+    <NewPage
+      pageHead={
+        { breadcrumbData: [{ title: '工作台' }, { title: '综合查询' }], title: '综合查询' }
+      }
+    >
+      <div className="comprehensive">
         <div className="pageSearch">
           <div className='comprehensive-title'>查询条件</div>
           <NewTableSearch
@@ -254,7 +258,7 @@
           />
         </div>
       </div>
-    </Page>
+    </NewPage>
   );
 };
 

--
Gitblit v1.8.0