update 烟气处理
This commit is contained in:
@@ -11,10 +11,10 @@ const SmokeHandleTable = () => {
|
||||
<div className={cls.info__item}>
|
||||
氮氧化物浓度: {(+smokeInfo?.NOX_float)?.toFixed(2) || 0}mg/m³
|
||||
</div>
|
||||
<div className={cls.info__item}>
|
||||
<div className={cls.info__item} style={{ gridColumn: "span 2" }}>
|
||||
二氧化硫浓度: {(+smokeInfo?.SO2_float)?.toFixed(2) || 0}mg/m³
|
||||
</div>
|
||||
<div className={cls.info__item}>
|
||||
<div className={cls.info__item + " " + cls.disabled}>
|
||||
颗粒物浓度: {(+smokeInfo?.dust_float)?.toFixed(2) || 0}mg/m³
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user