diff --git a/web/client/src/sections/projectGroup/containers/bigscreen.jsx b/web/client/src/sections/projectGroup/containers/bigscreen.jsx index b70cddf..68e7180 100644 --- a/web/client/src/sections/projectGroup/containers/bigscreen.jsx +++ b/web/client/src/sections/projectGroup/containers/bigscreen.jsx @@ -380,31 +380,31 @@ const Bigscreen = (props) => { {alarmData && alarmData.length > 0 ? (
-
超阈值个数
+
超阈值个数
-
手动恢复个数
+
手动恢复个数
{alarmData?.map((item, index) => { return (
-
+
{index === 0 ? : index === 1 ? : index === 2 ? : index > 2 ? {index + 1} : '' }
-
{item.name?.length > 5 ? {item.name.substring(0, 5) + '...'} : item.name}
-
+
{item.name?.length > 5 ? {item.name.substring(0, 5) + '...'} : item.name}
+
{item.dealAlarmCount} -
0 ? ((item.dealAlarmCount / biggest) * 100 + '%') : 0), height: '100%', zIndex: 2 }}>
+
0 ? ((item.dealAlarmCount / biggest) * 100 + '%') : 0), height: '100%', zIndex: 2 }}>
{item.alarmCount} -
0 ? ((item.alarmCount / biggest) * 100 + '%') : 0), height: '100%', zIndex: 2 }}>
+
0 ? ((item.alarmCount / biggest) * 100 + '%') : 0), height: '100%', zIndex: 2 }}>
) @@ -412,7 +412,7 @@ const Bigscreen = (props) => { divHeight={"100%"} divId={"chart"} />
-
+
{xData?.map(item => { return
{item}
})}