|
|
@ -68,6 +68,7 @@ const Guanli = (props) => { |
|
|
|
useEffect(() => { |
|
|
|
requestleftDatas(); |
|
|
|
// requestRightDatas()
|
|
|
|
|
|
|
|
roadManagement() |
|
|
|
}, []) |
|
|
|
|
|
|
@ -79,7 +80,6 @@ const Guanli = (props) => { |
|
|
|
return <div key={index} className='guanli-right-item'> |
|
|
|
<Tooltip title={<div className='popover-content'> |
|
|
|
<div style={{ width: '100%', height: "100%", marginTop: "0",paddingBottom: 20, display: "flex" }}> |
|
|
|
|
|
|
|
{picfile?.length > 0 ? <Carousel autoplay style={{ width: 200, height: 200, margin: "20px 0px 0px 20px" }}> |
|
|
|
{picfile?.map(v => <img className='picfileimg' |
|
|
|
style={{ width: 200, height: 200,display: 'inline-block', }} |
|
|
@ -124,7 +124,7 @@ const Guanli = (props) => { |
|
|
|
overlayClassName='popover' |
|
|
|
|
|
|
|
> |
|
|
|
<div style={{ width: '100%', height: '100%', display: 'flex', color: "#FFF" }}> |
|
|
|
<div style={{ width: '100%', height: '100%', display: 'flex', color: "rgba(216, 240, 255, 0.8)" }}> |
|
|
|
<div style={{ width: '50%', textAlign: "center", }}>{enforcementdate && moment(enforcementdate).format("YYYY-MM-DD") || "--"}</div> |
|
|
|
<div title={enforcementreslt} style={{ width: '50%', textAlign: "center", overflow: 'hidden', whiteSpace: "nowrap", textOverflow: "ellipsis" }}>{enforcementreslt}</div> |
|
|
|
</div> |
|
|
|