Browse Source

注释上报内容

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

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

@ -497,6 +497,9 @@ const OlMap = (props) => {
}
</p>
{/* {
isRoadProject ?
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}>
{
isRoadProject ? '上报内容' : '养护内容'
@ -506,7 +509,9 @@ const OlMap = (props) => {
pointItem.content ? pointItem.content : "--"
}
</span>
</p>
</p> : ''
} */}
{
isRoadProject ? '' :
<p style={{ color: "rgba(216,240,255,0.8)", fontSize: "14px", fontFamily: "PingFangSC-Regular, PingFang SC" }}>

Loading…
Cancel
Save