From 8617a79951c9c45d60ffdf84d1627062408c131c Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Wed, 11 Sep 2024 12:43:33 +0800 Subject: [PATCH] feat: 办理结果无数据不显示、流转督办可滚动 --- gz-customerSystem/src/views/register/index.jsx | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.jsx b/gz-customerSystem/src/views/register/index.jsx index 8a94c92..e60ca7b 100644 --- a/gz-customerSystem/src/views/register/index.jsx +++ b/gz-customerSystem/src/views/register/index.jsx @@ -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 = [ -- Gitblit v1.8.0