水厂修改细节
parent
005288ffe2
commit
69290ce428
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
|
|
@ -331,6 +331,21 @@ const map = {
|
||||||
Object.keys(DCPJ_TYPES).forEach(key => {
|
Object.keys(DCPJ_TYPES).forEach(key => {
|
||||||
layerVisible['Dcpj_' + key + 'Layer'] = false;
|
layerVisible['Dcpj_' + key + 'Layer'] = false;
|
||||||
});
|
});
|
||||||
|
} else if (id === 302 || id === 303 || id === 306 || id === 305) {
|
||||||
|
layerVisible = {
|
||||||
|
RealDrpLayer: false,
|
||||||
|
RealHDLayer: false,
|
||||||
|
RealSkLayer: false,
|
||||||
|
BxSkLayer: false,
|
||||||
|
FzdxLayer: false,
|
||||||
|
WataLayer: false,
|
||||||
|
AdcdLayer: true,
|
||||||
|
RoadLayer: true,
|
||||||
|
RivlLayer: true,
|
||||||
|
};
|
||||||
|
Object.keys(DCPJ_TYPES).forEach(key => {
|
||||||
|
layerVisible['Dcpj_' + key + 'Layer'] = false;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
dispatch.runtime.setLayerSetting({ contour: null, dem: undefined })
|
dispatch.runtime.setLayerSetting({ contour: null, dem: undefined })
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,11 @@ function DrpReal({ style }) {
|
||||||
style={style}
|
style={style}
|
||||||
title="供水监管"
|
title="供水监管"
|
||||||
color="green"
|
color="green"
|
||||||
|
extra={
|
||||||
|
<>
|
||||||
|
<img src='/assets/年下拉3.jpg' style={{width:'100px', height:'30px',marginRight:'10px'}}/>
|
||||||
|
</>
|
||||||
|
}
|
||||||
>
|
>
|
||||||
<img src='/assets/供水监管.jpg' style={{width:'419.81px', height:'195px',marginLeft:'1px',marginTop:'10px'}}/>
|
<img src='/assets/供水监管.jpg' style={{width:'419.81px', height:'195px',marginLeft:'1px',marginTop:'10px'}}/>
|
||||||
</PanelBox>
|
</PanelBox>
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,11 @@ function DrpReal({ style }) {
|
||||||
style={style}
|
style={style}
|
||||||
title="水质监测"
|
title="水质监测"
|
||||||
color="green"
|
color="green"
|
||||||
|
extra={
|
||||||
|
<>
|
||||||
|
<img src='/assets/镇切换.jpg' style={{width:'150px', height:'20px',marginRight:'5px'}}/>
|
||||||
|
</>
|
||||||
|
}
|
||||||
>
|
>
|
||||||
<img src='/assets/水厂水质监测.jpg' style={{width:'26rem', height:'12rem',marginLeft:'0.3rem',marginTop:'1rem'}}/>
|
<img src='/assets/水厂水质监测.jpg' style={{width:'26rem', height:'12rem',marginLeft:'0.3rem',marginTop:'1rem'}}/>
|
||||||
</PanelBox>
|
</PanelBox>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue