Browse Source

fix():修改数据预测分析下拉框数据

tags/PMS_Frontend_v1.0.6-develop
xingjx 1 year ago
parent
commit
5b6eebda33
  1. 2
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkBerthAly/index.scss
  2. 2
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyDuration/loadable.jsx
  3. 2
      src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkingAlyPeriod/loadable.jsx

2
src/pages/DataAnalysisPrediction/ParkingBusinessAly/ParkBerthAly/index.scss

@ -145,7 +145,7 @@ $color-primary : var(--color-primary);
.result-content { .result-content {
margin: auto; margin: auto;
text-align: center;
.title { .title {
height: 19px; height: 19px;
font-size: 14px; font-size: 14px;

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

@ -908,7 +908,7 @@ function ParkingAlyDuration() {
options={[ options={[
{ {
label: '全部', label: '全部',
value: '0',
value: '3',
}, },
{ {
label: '路内车场', label: '路内车场',

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

@ -403,7 +403,7 @@ function ParkingAlyPeriod() {
options={[ options={[
{ {
label: '全部', label: '全部',
value: '0',
value: '3',
}, },
{ {
label: '路内车场', label: '路内车场',

Loading…
Cancel
Save