diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/BlacklistManagement.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/BlacklistManagement.jsx
index 1447731..bb74d92 100644
--- a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/BlacklistManagement.jsx
+++ b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/BlacklistManagement.jsx
@@ -125,20 +125,20 @@ function BlacklistManagement({ id }) {
>
}
>
-
+
);
},
diff --git a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/CarGroupMgm.jsx b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/CarGroupMgm.jsx
index fee2f92..ffb2fb7 100644
--- a/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/CarGroupMgm.jsx
+++ b/src/pages/OutRoadMgm/OutSegmentMgm/OutSegment/ConfigParking/CarMgm/CarGroupMgm.jsx
@@ -74,6 +74,7 @@ function CarGroupMgm({ id }) {
name: record.name,
vehicle_type: record.vehicle_type,
status: record.status,
+ can_del: record.can_del,
note: record.note,
});
}}
@@ -98,7 +99,7 @@ function CarGroupMgm({ id }) {
>
}
>
-
+
);
},
@@ -331,12 +332,13 @@ function CarGroupMgm({ id }) {
-
+