|
|
@ -9,7 +9,7 @@ const Statistics = ({ dispatch, actions, route ,statistic}) => { |
|
|
|
return ( |
|
|
|
<>{route == 'useAbnormal' ? |
|
|
|
<Inspection statistic={statistic} route={route} /> : |
|
|
|
<div style={{ width: '100%', height: 210, backgroundColor: 'white', marginBottom: 20 }}> |
|
|
|
<div style={{ width: '100%', height: 234, backgroundColor: 'white', marginBottom: 20 }}> |
|
|
|
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}> |
|
|
|
<div style={{ width: 190, fontSize: 24, fontFamily: 'YouSheBiaoTiHei', color: '#101531', }}><span style={{ width: 3, height: 20, background: '#005ABD', display: 'inline-block', margin: "0 10px 0 10px" }}></span>{statistic[route]}</div> |
|
|
|
{/* <DatePicker |
|
|
|