Files
park/application/admin/lang/zh-cn/yq/alarm/alarm.php
MeSHard b22d09bd39 init
2025-12-01 11:19:23 +08:00

47 lines
2.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Id' => '主键id',
'Name' => '事件名称',
'Type' => '事件类型(同步事件名称)',
'Lv' => '事件等级',
'Perimeter' => '报警周界',//报警周界id关联perimeter表
'Perimeter_point' => '报警经纬度',
'Vec1' => '报警车速',
'Reporter_id' => '上报者ID外键,关联s_driver表的id',
'Reporter_name' => '上报者姓名',
'Create_time' => '报警时间',
'Trigger_type' => '触发类型',//1自动触发2自主上报
'Trigger_type 1' => '自动触发',
'Trigger_type 2' => '自主上报',
'Is_del' => '状态',//1正常2禁用-1删除
'Has_mount' => '有无挂车0-无1-有',
'License' => '车牌号',//车牌号(牵引车车牌)
'Mount_license' => '挂车车牌',
'Phone_num' => '是否响应',
'Id_card' => '身份证',
'Describe' => '事件描述',
'Pic' => '电子抓拍图片',
'Feedback_status' => '是否反馈',//0未反馈1已反馈2部分反馈
'Feedback_status 0' => '未反馈',
'Feedback_status 1' => '已反馈',
'Feedback_status 2' => '部分反馈',
'Res_status' => '是否响应',//0未响应1已响应2部分响应
'Res_status 0' => '未响应',
'Res_status 1' => '已响应',
'Res_status 2' => '部分响应',
'Res_department' => '响应部门',//1应急2交通3运营
'Res_department 1' => '应急',
'Res_department 2' => '交通',
'Res_department 3' => '运营',
'Feedback_department' => '反馈部门',//1应急2交通3运营
'Feedback_department 1' => '应急',
'Feedback_department 2' => '交通',
'Feedback_department 3' => '运营',
'Version' => '版本号',
'Is_reset' => '是否重置',//0-否1-是),监管平台恢复二维码状态
'Is_reset 0' => '否',
'Is_reset 1' => '是',
'Perimeter_location' => '手动报警地址'
];