diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/WhitelistManagement.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/WhitelistManagement.jsx
index 47e47ba..4edfe96 100644
--- a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/WhitelistManagement.jsx
+++ b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/WhitelistManagement.jsx
@@ -20,6 +20,7 @@ const { TextArea } = Input;
function WhitelistManagement({ id }) {
const [searchForm] = Form.useForm();
const [editForm] = Form.useForm();
+ const [deleteModal, setDeleteModal] = useState(false);
const columns = [
{
title: "序号",
@@ -112,7 +113,8 @@ function WhitelistManagement({ id }) {
);
}
diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/LEDConfiguration.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/LEDConfiguration.jsx
index a8bfbd8..913b0e2 100644
--- a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/LEDConfiguration.jsx
+++ b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/LEDConfiguration.jsx
@@ -225,7 +225,16 @@ function LEDConfiguration({ id }) {
,
+ children:
,
},
{
label: "车辆管理",
diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/Detail.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/Detail.jsx
index 4952d2d..b1660d7 100644
--- a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/Detail.jsx
+++ b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/Detail.jsx
@@ -80,7 +80,7 @@ function ParkingDetail(props) {
{
label: "子车场信息",
key: "2",
- children:
,
+ children:
,
},
]}
>
@@ -234,6 +234,7 @@ function ChildParkingContent(props) {
key: "operate",
align: "center",
render: (_, record) => {
+ console.log(record)
return (
-