From 8b85935713b34cc167c7f4ba9225bd08687134ae Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Thu, 12 Sep 2024 15:40:52 +0800
Subject: [PATCH] 页面修改
---
gz-customerSystem/src/views/register/index.jsx | 24 ++++++++++--------------
1 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/gz-customerSystem/src/views/register/index.jsx b/gz-customerSystem/src/views/register/index.jsx
index 8a94c92..07bf030 100644
--- a/gz-customerSystem/src/views/register/index.jsx
+++ b/gz-customerSystem/src/views/register/index.jsx
@@ -2,7 +2,7 @@
* @Author: dminyi 1301963064@qq.com
* @Date: 2024-09-08 15:14:12
* @LastEditors: dminyi 1301963064@qq.com
- * @LastEditTime: 2024-09-10 23:36:06
+ * @LastEditTime: 2024-09-12 14:30:05
* @FilePath: \gzDyh\gz-customerSystem\src\views\register\index.jsx
* @Description: 工作台
*/
@@ -115,9 +115,7 @@
},
]
-
const [fakeData1, setFakeData1] = useState([])
-
const [columnType, setColumnType] = useState([
{
title: '流转时间',
@@ -532,8 +530,7 @@
),
},
];
-
- const [column, setColumn] = useState([
+ const column = [
{
title: '流转时间',
dataIndex: 'turnaroundTime',
@@ -606,9 +603,8 @@
</Space>
),
},
- ])
-
- const [backColumn, setBackColumn] = useState([
+ ]
+ const backColumn = [
{
title: '回退时间',
dataIndex: 'turnaroundTime',
@@ -676,9 +672,9 @@
</Space>
),
},
- ])
+ ]
- const [mangeColumn, setMangeColumn] = useState([
+ const mangeColumn = [
{
title: '督办时间',
dataIndex: 'turnaroundTime',
@@ -748,7 +744,7 @@
</Space>
),
},
- ])
+ ]
//结案申请
const caseResultApply = [
@@ -1179,11 +1175,11 @@
<div className='VisitWorkBench-bottom'>
群众来访接待
<div style={{ display: 'flex', justifyContent: 'space-evenly',gap:'24px',marginTop:'16px' }}>
- <div className='bottomTab1' style={{ cursor: 'pointer' }}>
- <div className='VisitWorkBench-bottom-title' onClick={() => navigate(`/mediate/visit`)} style={{ color: '#206BCD' }}>大厅来访</div>
+ <div className='bottomTab1' onClick={() => navigate(`/mediate/visit`)}>
+ <div className='VisitWorkBench-bottom-title' style={{ color: '#206BCD' }}>大厅来访</div>
{/* <img src={visitInto} alt='' className='VisitWorkBench-bottom-img' /> */}
</div>
- <div className='bottomTab2' style={{ cursor: 'pointer' }}>
+ <div className='bottomTab2'>
<div className='VisitWorkBench-bottom-title' style={{ color: '#D46B08' }}>自行排查</div>
{/* <img src={checkInto} alt='' className='VisitWorkBench-bottom-img' /> */}
</div>
--
Gitblit v1.8.0