Browse Source

fix():修改下拉数据

tags/PMS_Frontend_v1.0.6-develop
xingjx 1 year ago
parent
commit
ce73d08795
  1. 4
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/CarTypeAly/loadable.jsx
  2. 4
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/NightParkStat/loadable.jsx
  3. 4
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkTurnoverAly/loadable.jsx
  4. 4
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkUsageAly/loadable.jsx
  5. 4
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyDuration/loadable.jsx
  6. 6
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyOverview/loadable.jsx
  7. 4
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyPeriod/loadable.jsx
  8. 4
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyReport/loadable.jsx
  9. 4
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/TemporaryParkStat/loadable.jsx

4
src/pages/DataAnalysisPrediction/ParkingBusinessAly/CarTypeAly/loadable.jsx

@ -404,11 +404,11 @@ function CarTypeAly() {
},
{
label: '路内车场',
value: '1',
value: '2',
},
{
label: '路外车场',
value: '2',
value: '1',
},
]}
value={formData.car_parking_type}

4
src/pages/DataAnalysisPrediction/ParkingBusinessAly/NightParkStat/loadable.jsx

@ -358,11 +358,11 @@ function NightParkStat() {
},
{
label: '路内车场',
value: '1',
value: '2',
},
{
label: '路外车场',
value: '2',
value: '1',
},
]}
value={formData.car_parking_type}

4
src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkTurnoverAly/loadable.jsx

@ -390,11 +390,11 @@ function ParkTurnoverAly() {
},
{
label: '路内车场',
value: '1',
value: '2',
},
{
label: '路外车场',
value: '2',
value: '1',
},
]}
value={formData.car_parking_type}

4
src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkUsageAly/loadable.jsx

@ -337,11 +337,11 @@ function ParkUsageAly() {
},
{
label: '路内车场',
value: '1',
value: '2',
},
{
label: '路外车场',
value: '2',
value: '1',
},
]}
value={formData.car_parking_type}

4
src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyDuration/loadable.jsx

@ -913,11 +913,11 @@ function ParkingAlyDuration() {
},
{
label: '路内车场',
value: '1',
value: '2',
},
{
label: '路外车场',
value: '2',
value: '1',
},
]}
value={formData.car_parking_type}

6
src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyOverview/loadable.jsx

@ -27,7 +27,7 @@ function ParkingAlyOverview() {
start_time: moment().subtract('days').startOf('day').format("YYYY-MM-DD"),
end_time: moment().endOf("day").format("YYYY-MM-DD"),
date_type: '1',
//car_parking_type: '3',
car_parking_type: '3',
};
//
const [pageInfo, setPageInfo] = useState({
@ -473,11 +473,11 @@ function ParkingAlyOverview() {
},
{
label: '路内车场',
value: '1',
value: '2',
},
{
label: '路外车场',
value: '2',
value: '1',
},
]}
value={formData.car_parking_type}

4
src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyPeriod/loadable.jsx

@ -408,11 +408,11 @@ function ParkingAlyPeriod() {
},
{
label: '路内车场',
value: '1',
value: '2',
},
{
label: '路外车场',
value: '2',
value: '1',
},
]}
value={formData.car_parking_type}

4
src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyReport/loadable.jsx

@ -336,11 +336,11 @@ function ParkingAlyReport() {
},
{
label: '路内车场',
value: '1',
value: '2',
},
{
label: '路外车场',
value: '2',
value: '1',
},
]}
value={formData.car_parking_type}

4
src/pages/DataAnalysisPrediction/ParkingBusinessAly/TemporaryParkStat/loadable.jsx

@ -328,11 +328,11 @@ function TemporaryParkStat() {
},
{
label: '路内车场',
value: '1',
value: '2',
},
{
label: '路外车场',
value: '2',
value: '1',
},
]}
value={formData.car_parking_type}

Loading…
Cancel
Save