|
|
@ -54,7 +54,7 @@ function CarTypeAly() { |
|
|
|
total: 0, |
|
|
|
list: [], |
|
|
|
}); |
|
|
|
const [sort, setSort] = useState([]); |
|
|
|
const [sort, setSort] = useState('desc'); |
|
|
|
const [show, setShow] = useState([]); |
|
|
|
const [revenueData, setRevenueData] = useState({}); |
|
|
|
const [parkingData, setParkingData] = useState({}); |
|
|
|