fix(): 出水量修改
parent
3695d95bc8
commit
367075fb45
|
|
@ -142,6 +142,12 @@ const ReservoirTable = ({onChange}) => {
|
|||
<TableCell className={classes.headerCell}>
|
||||
最大出库流量<br/>(m³/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.32(03-23 14::32)</TableCell>
|
||||
</TableRow>
|
||||
))}
|
||||
</TableBody>
|
||||
|
|
|
|||
|
|
@ -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"}}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue