水库卡片修改

lsf-dev
秦子超 2025-06-23 14:33:01 +08:00
parent 0996ef169a
commit 2b6b5a0862
2 changed files with 8 additions and 1 deletions

View File

@ -1914,6 +1914,7 @@
"fsltdz": 64.89,
"ddz": 51.78,
"zcxsw": 64.89,
"jhhsw":68.7,
"drpTm": "2025-06-06T22:00:00.000Z",
"today": 4,
"h1": 4,

View File

@ -206,7 +206,7 @@ function RealSkTip({ record, dispatch,view }) {
>水位上报时间: {moment(record.drpTm).format('YYYY-MM-DD HH:mm')}</Typography>
<div className={classes.infoItem}>
<div className="row-key">监测水位:</div>
<div className="row-key">实时水位:</div>
<div className="row-value">{record.rz}</div>
<div className="row-unit"></div>
</div>
@ -229,6 +229,12 @@ function RealSkTip({ record, dispatch,view }) {
<div className="row-unit"></div>
</div>
<div className={classes.infoItem}>
<div className="row-key">校核洪水位:</div>
<div className="row-value">{record.jhhsw || '-'}</div>
<div className="row-unit"></div>
</div>
<div className={classes.infoItem}>
<div className="row-key">死水位:</div>
<div className="row-value">{record.ddz}</div>