fix(): 单位修改

lsf-dev
李神峰 2025-05-29 13:38:53 +08:00
parent 30b5d17673
commit 79c1ec568d
4 changed files with 12 additions and 9 deletions

View File

@ -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%' }} />
}

View File

@ -156,7 +156,7 @@ const option = {
},
yAxis: {
type: 'value',
name: '流量',
name: '流量m³/h',
splitLine: {
lineStyle: {
type: 'dashed',

View File

@ -2049,7 +2049,8 @@ const ghData = Array(13).fill(0).map((item,i) => (
"updateTime": "2025-05-15 16:09:53",
"del": "0",
"planId": "421181000000000",
"planName": `${country[i]}干旱天气供水应急调度与推演预案`,
"planName": `麻城市山洪灾害防御预案`,
"planName1": `${country[i]}干旱天气供水应急调度与推演预案`,
"levels": "2",
"year": "2025",
"adnm": "麻城市",
@ -2071,8 +2072,9 @@ const hlData = Array(13).fill(0).map((item,i) => (
"updateName": "麻城市",
"updateTime": "2025-05-15 16:09:53",
"del": "0",
"planId": "421181000000000",
"planName": `${country[i]}洪涝天气水厂防淹应急调度与推演预案`,
"planId": "421181000000000",
"planName": `麻城市山洪灾害防御预案`,
"planName1": `${country[i]}洪涝天气水厂防淹应急调度与推演预案`,
"levels": "2",
"year": "2025",
"adnm": "麻城市",
@ -2093,8 +2095,9 @@ const szData = Array(13).fill(0).map((item,i) => (
"updateName": "麻城市",
"updateTime": "2025-05-15 16:09:53",
"del": "0",
"planId": "421181000000000",
"planName": `${country[i]}水质污染应急切换水源与推演预案`,
"planId": "421181000000000",
"planName": `麻城市山洪灾害防御预案`,
"planName1": `${country[i]}水质污染应急切换水源与推演预案`,
"levels": "2",
"year": "2025",
"adnm": "麻城市",
@ -2151,7 +2154,7 @@ function DrpReal({ style }) {
<DpTableCell component="th" scope="row">
<div className="table-ellipsis cursor-pointer" onClick={() => {
dispatch?.runtime.setInfoDlg({ layerId: 'PdfLayer', properties: row })
}}>{row.planName}</div>
}}>{row.planName1}</div>
</DpTableCell>
<DpTableCell align="center">{row.updateTime.slice(0,10)}</DpTableCell>
</DpTableRow>

View File

@ -163,7 +163,7 @@ function HDReal({ style }) {
<TableRow >
<DpTableCell style={{ width: '30%' }} align="center">DMA分区名称</DpTableCell>
<DpTableCell style={{ width: '25%' }} align="center">漏水量()</DpTableCell>
<DpTableCell align="center" style={{ width: '25%' }}>供水量</DpTableCell>
<DpTableCell align="center" style={{ width: '25%' }}>供水量()</DpTableCell>
<DpTableCell align="center" style={{ width: '20%' }}>漏损率(%)</DpTableCell>
</TableRow>
</TableHead>