Browse Source

注释上报内容

dev
巴林闲侠 1 year ago
parent
commit
cc86663674
  1. 25
      web/client/src/sections/quanju/containers/public/olMap.js

25
web/client/src/sections/quanju/containers/public/olMap.js

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

Loading…
Cancel
Save