Browse Source

feat:反馈图片+大屏数字

dev
zhaobing 2 years ago
parent
commit
6485509fb9
  1. 2
      web/client/src/sections/fillion/components/patrolTable.js
  2. 2
      web/client/src/sections/quanju/containers/footer/build/index.js

2
web/client/src/sections/fillion/components/patrolTable.js

@ -65,7 +65,7 @@ const DetailForm = (props) => {
{
obj.name != 'scenePic' ?
obj.name != 'scenePic' && obj.name != 'handlePic' ?
<Input
style={{ width: '70%' }}
value={

2
web/client/src/sections/quanju/containers/footer/build/index.js

@ -291,7 +291,7 @@ const Build = (props) => {
width: "100%",
height: " 33%", marginTop: '3%'
}} customize={true}>
{sunonlineproject !== 0 ? <Rightcenter data={onlineproject} sundata={sunonlineproject} /> : <NoData />}
{sunonlineproject !== 0 ? <Rightcenter data={onlineproject} sundata={buildingCount} /> : <NoData />}
</Module>
<Module title={"各路段技术等级统计"} style={{
width: "100%",

Loading…
Cancel
Save