|
|
@ -9,7 +9,7 @@ const Statistics = ({ dispatch, actions, route ,statistic}) => { |
|
|
|
return ( |
|
|
|
<>{route == 'useAbnormal' ? |
|
|
|
<Inspection statistic={statistic} route={route} /> : |
|
|
|
<div style={{ width: '100%', height: 180, backgroundColor: 'white', marginBottom: 20 }}> |
|
|
|
<div style={{ width: '100%', height: 210, 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 |
|
|
@ -34,7 +34,7 @@ const Statistics = ({ dispatch, actions, route ,statistic}) => { |
|
|
|
暂未开放 敬请期待 |
|
|
|
</div> */} |
|
|
|
|
|
|
|
<img src="/assets/images/problem/bitmap.png" style={{ width: 'calc(100% - 20px)', height: 156, margin: '0 0 0 10px' }} /> |
|
|
|
<img src="/assets/images/problem/bitmap.png" style={{ width: 'calc(100% - 20px)', height: 196, margin: '0 0 0 10px' }} /> |
|
|
|
|
|
|
|
</div > |
|
|
|
}</> |
|
|
|