|
@ -497,16 +497,21 @@ const OlMap = (props) => { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
</p> |
|
|
</p> |
|
|
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}> |
|
|
|
|
|
{ |
|
|
{/* { |
|
|
isRoadProject ? '上报内容' : '养护内容' |
|
|
isRoadProject ? |
|
|
} |
|
|
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}> |
|
|
<span style={{ color: "#EEF4FF", marginLeft: "30px", fontFamily: " PingFangSC-Medium, PingFang SC", overflowWrap: 'break-word' }}> |
|
|
{ |
|
|
{ |
|
|
isRoadProject ? '上报内容' : '养护内容' |
|
|
pointItem.content ? pointItem.content : "--" |
|
|
} |
|
|
} |
|
|
<span style={{ color: "#EEF4FF", marginLeft: "30px", fontFamily: " PingFangSC-Medium, PingFang SC", overflowWrap: 'break-word' }}> |
|
|
</span> |
|
|
{ |
|
|
</p> |
|
|
pointItem.content ? pointItem.content : "--" |
|
|
|
|
|
} |
|
|
|
|
|
</span> |
|
|
|
|
|
</p> : '' |
|
|
|
|
|
} */} |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
isRoadProject ? '' : |
|
|
isRoadProject ? '' : |
|
|
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}> |
|
|
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}> |
|
|