fix(): 出水量修改

lsf-dev
李神峰 2025-06-18 09:11:52 +08:00
parent 3695d95bc8
commit 367075fb45
2 changed files with 11 additions and 3 deletions

View File

@ -142,6 +142,12 @@ const ReservoirTable = ({onChange}) => {
<TableCell className={classes.headerCell}>
最大出库流量<br/>(/s)
</TableCell>
<TableCell className={classes.headerCell}>
总出库水量<br/>(万m³)
</TableCell>
<TableCell className={classes.headerCell}>
最高库水位<br/>(m)
</TableCell>
</TableRow>
</TableHead>
<TableBody>
@ -151,6 +157,8 @@ const ReservoirTable = ({onChange}) => {
<TableCell className={classes.cell}>{formatFlowCell(item.maxInflow)}</TableCell>
<TableCell className={classes.cell}>{item.totalStorage}</TableCell>
<TableCell className={classes.cell}>{formatFlowCell(item.maxOutflow)}</TableCell>
<TableCell className={classes.cell}>16.76</TableCell>
<TableCell className={classes.cell}>12.3203-23 14:32</TableCell>
</TableRow>
))}
</TableBody>

View File

@ -247,11 +247,11 @@ function DrpReal({ style }) {
<div style={{textAlign:'center'}}>生态流量站(2025-06-02 09:00)</div>
</div>
<div style={{width:'8rem',padding:'0.5rem 0.5rem',background:'#2a5278',display:'flex',flexDirection:'column',justifyContent:'flex-start',alignItems:'center',color:"#ffffff"}}>
<div><span style={{color:'#76b1d4',fontSize:'22px'}}>441.12</span> m³</div>
<div><span style={{color:'#76b1d4',fontSize:'22px'}}>371.12</span> m³</div>
<div style={{marginTop:'5px'}}>月供水量</div>
</div>
<div style={{width:'8rem',padding:'0.5rem 0.5rem',background:'#2a5278',display:'flex',flexDirection:'column',justifyContent:'flex-start',alignItems:'center',color:"#ffffff"}}>
<div><span style={{color:'#76b1d4',fontSize:'22px'}}>371.12</span> m³</div>
<div><span style={{color:'#76b1d4',fontSize:'22px'}}>641.12</span> m³</div>
<div style={{marginTop:'5px'}}>年供水量</div>
</div>
</div>
@ -283,7 +283,7 @@ function DrpReal({ style }) {
<div style={{textAlign:'center'}}>发电流量站(2025-06-02 09:00)</div>
</div>
<div style={{width:'8rem',padding:'0.5rem 0.5rem',background:'#2a5278',display:'flex',flexDirection:'column',justifyContent:'flex-start',alignItems:'center',color:"#ffffff"}}>
<div><span style={{color:'#76b1d4',fontSize:'22px'}}>426.12</span> m³</div>
<div><span style={{color:'#76b1d4',fontSize:'22px'}}>126.12</span> m³</div>
<div style={{marginTop:'5px'}}>月供水量</div>
</div>
<div style={{width:'8rem',padding:'0.5rem 0.5rem',background:'#2a5278',display:'flex',flexDirection:'column',justifyContent:'flex-start',alignItems:'center',color:"#ffffff"}}>