-
{detail?.h ?? '-' }% RH
+
{getVal(detail?.currVal) ?? '-' }% RH
实时数据
-
{detail?.h3 ?? '-' }% RH
+
{getVal(detail?.nearWeekValMax)+'/'+getVal(detail?.nearWeekValMin) ?? '-' }% RH
近1周(极值)
-
{detail?.h6 ?? '-' }% RH
+
{getVal(detail?.nearMonthValMax)+'/'+getVal(detail.nearMonthValMin) ?? '-' }% RH
近1月(极值)
-
{detail?.h12 ?? '-' }% RH
+
{getVal(detail?.nearThreeMonthValMax)+'/'+getVal(detail.nearThreeMonthValMin) ?? '-' }% RH
近3月(极值)
-
{detail?.h24 ?? '-' }% RH
+
{getVal(detail?.nearSixMonthValMax)+'/'+getVal(detail.nearSixMonthValMin) ?? '-' }% RH
近6月(极值)
-
{detail?.h48 ?? '-' }% RH
+
{getVal(detail?.nearYearValMax)+'/'+getVal(detail.nearYearValMin) ?? '-' }% RH
近1年(极值)
diff --git a/src/views/sq/qys/gcys/projectBasicInfo/index.js b/src/views/sq/qys/gcys/projectBasicInfo/index.js
index 25dba9862..2894cad99 100644
--- a/src/views/sq/qys/gcys/projectBasicInfo/index.js
+++ b/src/views/sq/qys/gcys/projectBasicInfo/index.js
@@ -455,7 +455,9 @@ export default function ProjectBasciInfo() {
{
skdisabled ?
:
-
+
}
diff --git a/src/views/sq/qys/gcys/xlLine/form.js b/src/views/sq/qys/gcys/xlLine/form.js
index 6f8bfd502..10232e7bd 100644
--- a/src/views/sq/qys/gcys/xlLine/form.js
+++ b/src/views/sq/qys/gcys/xlLine/form.js
@@ -34,7 +34,7 @@ const ModalForm = ({ mode, record,onEdit,onSave,onCrudSuccess }) => {
{