|
|
@ -1,6 +1,7 @@ |
|
|
|
import React, { useState, useEffect } from "react"; |
|
|
|
import { ResultFlowResult } from "@/components"; |
|
|
|
import { Select, Input, Button, Table, message, Pagination, DatePicker, Modal, Cascader, Tooltip } from "antd"; |
|
|
|
import { Icon } from "@/components" |
|
|
|
import { useSessionStorageState } from "ahooks"; |
|
|
|
import moment from "moment"; |
|
|
|
import ReactEcharts from "echarts-for-react"; |
|
|
@ -154,6 +155,7 @@ function ParkingAlyPeriod() { |
|
|
|
data: areaNames, |
|
|
|
itemWidth: 18, |
|
|
|
itemHeight: 12, |
|
|
|
width: '40%', |
|
|
|
textStyle: { |
|
|
|
fontSize: 14, |
|
|
|
color: 'white', |
|
|
@ -218,76 +220,6 @@ function ParkingAlyPeriod() { |
|
|
|
4 |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "1", |
|
|
|
"type": "line", |
|
|
|
//yAxisIndex: 1, |
|
|
|
"data": [ |
|
|
|
9, |
|
|
|
4, |
|
|
|
4 |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "2", |
|
|
|
"type": "line", |
|
|
|
//yAxisIndex: 1, |
|
|
|
"data": [ |
|
|
|
9, |
|
|
|
8, |
|
|
|
4 |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "3", |
|
|
|
"type": "line", |
|
|
|
//yAxisIndex: 1, |
|
|
|
"data": [ |
|
|
|
9, |
|
|
|
4, |
|
|
|
0 |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "4", |
|
|
|
"type": "line", |
|
|
|
//yAxisIndex: 1, |
|
|
|
"data": [ |
|
|
|
9, |
|
|
|
4, |
|
|
|
7 |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "5", |
|
|
|
"type": "line", |
|
|
|
//yAxisIndex: 1, |
|
|
|
"data": [ |
|
|
|
3, |
|
|
|
4, |
|
|
|
4 |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "6", |
|
|
|
"type": "line", |
|
|
|
//yAxisIndex: 1, |
|
|
|
"data": [ |
|
|
|
7, |
|
|
|
4, |
|
|
|
4 |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "7", |
|
|
|
"type": "line", |
|
|
|
//yAxisIndex: 1, |
|
|
|
"data": [ |
|
|
|
9, |
|
|
|
3, |
|
|
|
4 |
|
|
|
] |
|
|
|
}, |
|
|
|
], |
|
|
|
grid: { |
|
|
|
x: 50, |
|
|
@ -537,21 +469,21 @@ function ParkingAlyPeriod() { |
|
|
|
<div className="result"> |
|
|
|
<div className="result-hd"> |
|
|
|
<div className="result-header rea"> |
|
|
|
<div className="result-icon"></div> |
|
|
|
<div className="result-icon"><Icon type="shijian" /></div> |
|
|
|
<div className="result-content"> |
|
|
|
<div className="title">停车高峰时段</div> |
|
|
|
<div className="time"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="result-header reb"> |
|
|
|
<div className="result-icon"></div> |
|
|
|
<div className="result-icon"><Icon type="shijian" /></div> |
|
|
|
<div className="result-content"> |
|
|
|
<div className="title">入场压力时段</div> |
|
|
|
<div className="time"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="result-header rec"> |
|
|
|
<div className="result-icon"></div> |
|
|
|
<div className="result-icon"><Icon type="shijian" /></div> |
|
|
|
<div className="result-content"> |
|
|
|
<div className="title">出场压力时段</div> |
|
|
|
<div className="time">00:00 - 22:00</div> |
|
|
|