Merge branch 'lsf-dev'
commit
8171460dd9
|
|
@ -34,7 +34,7 @@ export default function Demo1() {
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
isSc &&<img src={`${process.env.PUBLIC_URL}/assets/scdd.jpg`} alt="" style={{ zIndex: 0.1, position: 'absolute',width:'100%',transform:`scale(1)` }} />
|
isSc &&<img src={`${process.env.PUBLIC_URL}/assets/scdd.jpg`} alt="" style={{ zIndex: 0.1, position: 'absolute',width:'100%' }} />
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ const option = {
|
||||||
},
|
},
|
||||||
yAxis: {
|
yAxis: {
|
||||||
type: 'value',
|
type: 'value',
|
||||||
name: '流量',
|
name: '流量m³/h',
|
||||||
splitLine: {
|
splitLine: {
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
type: 'dashed',
|
type: 'dashed',
|
||||||
|
|
|
||||||
|
|
@ -2049,7 +2049,8 @@ const ghData = Array(13).fill(0).map((item,i) => (
|
||||||
"updateTime": "2025-05-15 16:09:53",
|
"updateTime": "2025-05-15 16:09:53",
|
||||||
"del": "0",
|
"del": "0",
|
||||||
"planId": "421181000000000",
|
"planId": "421181000000000",
|
||||||
"planName": `${country[i]}干旱天气供水应急调度与推演预案`,
|
"planName": `麻城市山洪灾害防御预案`,
|
||||||
|
"planName1": `${country[i]}干旱天气供水应急调度与推演预案`,
|
||||||
"levels": "2",
|
"levels": "2",
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"adnm": "麻城市",
|
"adnm": "麻城市",
|
||||||
|
|
@ -2072,7 +2073,8 @@ const hlData = Array(13).fill(0).map((item,i) => (
|
||||||
"updateTime": "2025-05-15 16:09:53",
|
"updateTime": "2025-05-15 16:09:53",
|
||||||
"del": "0",
|
"del": "0",
|
||||||
"planId": "421181000000000",
|
"planId": "421181000000000",
|
||||||
"planName": `${country[i]}洪涝天气水厂防淹应急调度与推演预案`,
|
"planName": `麻城市山洪灾害防御预案`,
|
||||||
|
"planName1": `${country[i]}洪涝天气水厂防淹应急调度与推演预案`,
|
||||||
"levels": "2",
|
"levels": "2",
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"adnm": "麻城市",
|
"adnm": "麻城市",
|
||||||
|
|
@ -2094,7 +2096,8 @@ const szData = Array(13).fill(0).map((item,i) => (
|
||||||
"updateTime": "2025-05-15 16:09:53",
|
"updateTime": "2025-05-15 16:09:53",
|
||||||
"del": "0",
|
"del": "0",
|
||||||
"planId": "421181000000000",
|
"planId": "421181000000000",
|
||||||
"planName": `${country[i]}水质污染应急切换水源与推演预案`,
|
"planName": `麻城市山洪灾害防御预案`,
|
||||||
|
"planName1": `${country[i]}水质污染应急切换水源与推演预案`,
|
||||||
"levels": "2",
|
"levels": "2",
|
||||||
"year": "2025",
|
"year": "2025",
|
||||||
"adnm": "麻城市",
|
"adnm": "麻城市",
|
||||||
|
|
@ -2151,7 +2154,7 @@ function DrpReal({ style }) {
|
||||||
<DpTableCell component="th" scope="row">
|
<DpTableCell component="th" scope="row">
|
||||||
<div className="table-ellipsis cursor-pointer" onClick={() => {
|
<div className="table-ellipsis cursor-pointer" onClick={() => {
|
||||||
dispatch?.runtime.setInfoDlg({ layerId: 'PdfLayer', properties: row })
|
dispatch?.runtime.setInfoDlg({ layerId: 'PdfLayer', properties: row })
|
||||||
}}>{row.planName}</div>
|
}}>{row.planName1}</div>
|
||||||
</DpTableCell>
|
</DpTableCell>
|
||||||
<DpTableCell align="center">{row.updateTime.slice(0,10)}</DpTableCell>
|
<DpTableCell align="center">{row.updateTime.slice(0,10)}</DpTableCell>
|
||||||
</DpTableRow>
|
</DpTableRow>
|
||||||
|
|
|
||||||
|
|
@ -163,7 +163,7 @@ function HDReal({ style }) {
|
||||||
<TableRow >
|
<TableRow >
|
||||||
<DpTableCell style={{ width: '30%' }} align="center">DMA分区名称</DpTableCell>
|
<DpTableCell style={{ width: '30%' }} align="center">DMA分区名称</DpTableCell>
|
||||||
<DpTableCell style={{ width: '25%' }} align="center">漏水量(㎡)</DpTableCell>
|
<DpTableCell style={{ width: '25%' }} align="center">漏水量(㎡)</DpTableCell>
|
||||||
<DpTableCell align="center" style={{ width: '25%' }}>供水量</DpTableCell>
|
<DpTableCell align="center" style={{ width: '25%' }}>供水量(m³)</DpTableCell>
|
||||||
<DpTableCell align="center" style={{ width: '20%' }}>漏损率(%)</DpTableCell>
|
<DpTableCell align="center" style={{ width: '20%' }}>漏损率(%)</DpTableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableHead>
|
</TableHead>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue