Commit d6fd6ce0 authored by 郭铭瑶's avatar 郭铭瑶 🤘

长白街道智能发现添加消防火警

parent a8d5884c
......@@ -54,6 +54,7 @@ export default {
'hermeticSpace': '屋顶违章建筑',
'weixiuzijin': '维修资金异常',
'streetMonitor': '街面占用', // 控江
'fire': '消防火警', // 长白街道 2021-07-30
// 'staffLeaveAlarmTcfteodr': '门岗脱岗',
// 'elevatorLock': '楼道充电',
}
......
......@@ -113,6 +113,7 @@ export default {
}
if (name !== '控江路街道' && type === 'streetMonitor') return false
if (name !== '延吉新村街道' && type === 'heap') return false
if (name !== '长白新村街道' && type === 'fire') return false
return true
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment