|
@ -190,8 +190,6 @@ function ParkingCardOrder() { |
|
|
// 加载 |
|
|
// 加载 |
|
|
const [ajaxLoading, setAjaxLoading] = useState(false) |
|
|
const [ajaxLoading, setAjaxLoading] = useState(false) |
|
|
|
|
|
|
|
|
// 详情表格数据 |
|
|
|
|
|
const [detailTableData, setDetailTableData] = useState([]) |
|
|
|
|
|
// 不可选择的日期 |
|
|
// 不可选择的日期 |
|
|
const disabledDate = (current) => { |
|
|
const disabledDate = (current) => { |
|
|
return current && current < moment().startOf('day'); |
|
|
return current && current < moment().startOf('day'); |
|
|