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>
<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" }}>

Loading…
Cancel
Save