diff --git a/src/pages/FinancialMgm/OrderInquiry/ParkingOrderInquiry/index.jsx b/src/pages/FinancialMgm/OrderInquiry/ParkingOrderInquiry/index.jsx index 692bedb..4fdb742 100644 --- a/src/pages/FinancialMgm/OrderInquiry/ParkingOrderInquiry/index.jsx +++ b/src/pages/FinancialMgm/OrderInquiry/ParkingOrderInquiry/index.jsx @@ -917,19 +917,19 @@ function ParkingOrderInquiry(props) { ):null} */} { tabKeyChild == 1 ? -
- -
: null +
+ +
: null } diff --git a/src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx b/src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx index 557816e..5382c47 100644 --- a/src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx +++ b/src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx @@ -68,8 +68,8 @@ function ConfigRoad() { const [getIdValue, setGetIdValue] = useState({}) //计费规则添加弹窗的泊位选择框 const [showBerthSelect, setShowBerthSelect] = useState(false); - //编辑杆位 - const [editTitle,setEditTitle]=useState(false) + //编辑杆位 + const [editTitle,setEditTitle]=useState(false) const berthManage = { form: [ { @@ -2234,7 +2234,7 @@ function ConfigRoad() { onCancel={() => { setEditPoleModal({ ...editPoleModal, visible: false }); }} - title="编辑杆位" + title={editTitle?"编辑杆位":"添加杆位"} onOk={submitPole} >