From a3c0d2b68cd55c419a29305a8309b461a972881f Mon Sep 17 00:00:00 2001 From: guoxin Date: Fri, 10 Nov 2023 16:10:25 +0800 Subject: [PATCH] =?UTF-8?q?fix():=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=86=85?= =?UTF-8?q?=E8=B7=AF=E6=AE=B5=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RecordInquiry/ParkRecordTotal/loadable.jsx | 24 ++++++++++++---------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/pages/InRoadMgm/RecordInquiry/ParkRecordTotal/loadable.jsx b/src/pages/InRoadMgm/RecordInquiry/ParkRecordTotal/loadable.jsx index 7ccfe3e..3b0df9e 100644 --- a/src/pages/InRoadMgm/RecordInquiry/ParkRecordTotal/loadable.jsx +++ b/src/pages/InRoadMgm/RecordInquiry/ParkRecordTotal/loadable.jsx @@ -175,11 +175,17 @@ function ParkRecordTotal() { align: "center", fixed: "right", width: 100, - render: (_, record, index) => ( - - ), + render: (_, record, index) => { + setHistoryDataDetail(record) + return ( + <> + + + ) + + }, }, ]; const formSearch = [ @@ -490,15 +496,11 @@ function ParkRecordTotal() { item && (
- - {item.road} - + {item.road} {item.berth_id} {item.region} {item.operator} - - {item.road_type} - + {item.road_type} {item.plate}