diff --git a/web/client/src/sections/projectGroup/containers/bigscreen.jsx b/web/client/src/sections/projectGroup/containers/bigscreen.jsx
index 781dfc8..f5a7481 100644
--- a/web/client/src/sections/projectGroup/containers/bigscreen.jsx
+++ b/web/client/src/sections/projectGroup/containers/bigscreen.jsx
@@ -519,10 +519,10 @@ const Bigscreen = ({ dispatch, actions, user, match, history, clientHeight, grou
{mockData[0]?.name?.length > 5 ? {mockData[0]?.name.substring(0, 5) + '...'} : mockData[0]?.name}
-
0 ? ((mockData[0].alarmCount / biggest) * 100 + '%') : 0), height: '100%' }}>
+
0? ((mockData[0].dealAlarmCount / biggest) * 100 + '%'):0), height: '100%' }}>
-
0 ? ((mockData[0].dealAlarmCount / biggest) * 100 + '%') : 0), height: '100%' }}>
+
0? ((mockData[0].alarmCount / biggest) * 100 + '%'):0), height: '100%' }}>
) : ''
@@ -534,10 +534,10 @@ const Bigscreen = ({ dispatch, actions, user, match, history, clientHeight, grou
{mockData[1]?.name?.length > 5 ? {mockData[1]?.name.substring(0, 5) + '...'} : mockData[0]?.name}
-
0 ? ((mockData[1].alarmCount / biggest) * 100 + '%') : 0), height: '100%' }}>
+
0? ((mockData[1].dealAlarmCount / biggest) * 100 + '%'):0), height: '100%' }}>
-
0 ? ((mockData[1].dealAlarmCount / biggest) * 100 + '%') : 0), height: '100%' }}>
+
0? ((mockData[1].alarmCount / biggest) * 100 + '%'):0), height: '100%' }}>
) : ''
@@ -549,10 +549,10 @@ const Bigscreen = ({ dispatch, actions, user, match, history, clientHeight, grou
{mockData[2]?.name?.length > 5 ? {mockData[2]?.name.substring(0, 5) + '...'} : mockData[0]?.name}
-
0 ? ((mockData[2].alarmCount / biggest) * 100 + '%') : 0), height: '100%' }}>
+
0? ((mockData[2].dealAlarmCount / biggest) * 100 + '%'):0), height: '100%' }}>
-
0 ? ((mockData[2].dealAlarmCount / biggest) * 100 + '%') : 0), height: '100%' }}>
+
0? ((mockData[2].alarmCount / biggest) * 100 + '%'):0), height: '100%' }}>
) : ''
@@ -566,10 +566,10 @@ const Bigscreen = ({ dispatch, actions, user, match, history, clientHeight, grou
{item.name?.length > 5 ? {item.name.substring(0, 5) + '...'} : item.name}
-
0 ? ((item.alarmCount / biggest) * 100 + '%') : 0), height: '100%' }}>
+
0?((item.dealAlarmCount / biggest) * 100 + '%'):0), height: '100%' }}>
-
0 ? ((item.dealAlarmCount / biggest) * 100 + '%') : 0), height: '100%' }}>
+
0? ((item.alarmCount / biggest) * 100 + '%'):0), height: '100%' }}>