Browse Source

在建上报内容展示

dev
巴林闲侠 2 years ago
parent
commit
654a23883d
  1. 6
      web/client/src/sections/quanju/containers/public/olMap.js

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

@ -497,8 +497,7 @@ const OlMap = (props) => {
} }
</p> </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" }}>
{ {
@ -510,8 +509,7 @@ const OlMap = (props) => {
} }
</span> </span>
</p> : '' </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