Commit 0b95d873 authored by sxl's avatar sxl 💬

feat: 更新通风系统与人员超员配置

parent 4bc85e67
......@@ -26,5 +26,11 @@ export function editFengjiStatus(data) {
data
})
}
// 风门数据
export function fengmengQuery(query) {
return request({
url: '/business/chuang/list',
method: 'get',
data: query
})
}
......@@ -242,9 +242,9 @@ export const CAMERA_POSITIONS = [
{ status: 1, x: 160, y: 423, name: '三中风机' },
{ status: 1, x: 130, y: 555, name: '四中车场' },
{ status: 1, x: 160, y: 560, name: '四中避硐室' },
{ status: 1, x: 180, y: 565, name: '四中码头门' },
{ status: 1, x: 75, y: 547, name: '四中码头门' },
{ status: 1, x: 80, y: 690, name: '五中车场' },
{ status: 1, x: 133, y: 694, name: '五中码头门' },
{ status: 1, x: 55, y: 688, name: '五中码头门' },
{ status: 1, x: 200, y: 710, name: '五中避硐室' },
{ status: 1, x: 230, y: 714, name: '五中水泵房1' },
{ status: 1, x: 100, y: 707, name: '五中水泵房1' },
]
\ No newline at end of file
This diff is collapsed.
......@@ -125,8 +125,8 @@ export default {
entryTime: null,
reason: null,
alarmTime: '报警时间',
actionID: '动作',
overCapacityCount: null,
actionID: null,
overCapacityCount: '超员人数',
areaName: '区域名称',
stationId: null,
stationName: null,
......
......@@ -96,8 +96,8 @@ export default {
entryTime: null,
reason: null,
alarmTime: '报警时间',
action: '动作',
overCapacityCount: null,
action: null,
overCapacityCount: '超员人数',
areaName: '区域名称',
stationId: null,
stationName: null,
......
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