Merge remote-tracking branch 'origin/master'
| | |
| | | <div class="app-container"> |
| | | <el-card class="box-card" v-show="index !== 'image_resource_security'"> |
| | | <el-row style="display: flex; flex-direction: row; align-items: center" justify="space-between"> |
| | | <div v-for="card in cardList" style="display: flex;flex-direction: row; margin-right: 50px" :key="card.label"> |
| | | <div style="margin-right: 20px;font-size: 18px">{{ruleName}}</div> |
| | | <div v-if="cardList && cardList.length > 0" v-for="card in cardList" style="display: flex;flex-direction: row; margin-right: 50px;align-items: center" :key="card.label"> |
| | | <div> |
| | | <div class="icon-container"> |
| | | <i :class="card.icon"></i> |
| | |
| | | </el-row> |
| | | </el-card> |
| | | |
| | | <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px"> |
| | | <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"> |
| | | <el-form-item label="关键词" prop="bayonetNumber"> |
| | | <el-input v-model="queryParams.keyword" placeholder="关键词搜索" clearable |
| | | @keyup.enter.native="handleQuery" /> |
| | |
| | | import { getToken } from "@/utils/auth"; |
| | | export default { |
| | | name: "Platform", |
| | | // watch: { |
| | | // tableData: { |
| | | // immediate: true, |
| | | // deep: true, |
| | | // handler(newVal) { |
| | | // if(newVal && newVal.list) { |
| | | // this.list = newVal.detail; |
| | | // } |
| | | // } |
| | | // } |
| | | // }, |
| | | // computed: { |
| | | // startTime() { |
| | | // var date = new Date(); |
| | | // var s1 = date.getFullYear() + "-" + (date.getMonth() + 1) + "-" + (date.getDate()-1); |
| | | // return s1; |
| | | // } |
| | | // }, |
| | | computed: { |
| | | ruleName() { |
| | | return this.$route.query.ruleName |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | list: [], |
| | | // 导入参数 |
| | | upload: { |
| | | // 是否显示弹出层 |
| | |
| | | index: 'monitor_registration', |
| | | columns: [ |
| | | { |
| | | "label": "设备编码", |
| | | "label": "行政编码", |
| | | "align": "center", |
| | | "prop": "sbbm", |
| | | "width": 220 |
| | | "prop": "civilCode.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "label": "展示值", |
| | | "align": "center", |
| | | "prop": "sbmc", |
| | | "width": 250 |
| | | "prop": "civilCode.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "label": "是否错误", |
| | | "align": "center", |
| | | "prop": "sxjcjqy", |
| | | "prop": "civilCode.error" |
| | | }, |
| | | { |
| | | "label": "错误信息", |
| | | "align": "center", |
| | | "prop": "civilCode.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "集成设备展示值", |
| | | "align": "center", |
| | | "prop": "integrated_device.showValue", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "label": "集成设备是否错误", |
| | | "align": "center", |
| | | "prop": "jkdwlx", |
| | | "prop": "integrated_device.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "集成设备错误信息", |
| | | "align": "center", |
| | | "prop": "integrated_device.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "label": "IP地址展示值", |
| | | "align": "center", |
| | | "prop": "ip", |
| | | "prop": "ip.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "label": "IP地址实际值", |
| | | "align": "center", |
| | | "prop": "jd", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "align": "center", |
| | | "prop": "wd", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "align": "center", |
| | | "prop": "sxjgnlx", |
| | | "prop": "ip.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "label": "IP地址是否有误", |
| | | "align": "center", |
| | | "prop": "macdz", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "align": "center", |
| | | "prop": "sbzt", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "align": "center", |
| | | "prop": "sbcs", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "align": "center", |
| | | "prop": "xzqy", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备型号", |
| | | "align": "center", |
| | | "prop": "sbxh", |
| | | "prop": "ip.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "点位俗称", |
| | | "label": "IP地址错误信息", |
| | | "align": "center", |
| | | "prop": "dwcs", |
| | | "width": 250 |
| | | "prop": "ip.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机类型", |
| | | "label": "监控点位类型展示值", |
| | | "align": "center", |
| | | "prop": "sxjlx", |
| | | "prop": "jkdwlx.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "补光属性", |
| | | "label": "监控点位类型实际值", |
| | | "align": "center", |
| | | "prop": "bgsx", |
| | | "prop": "jkdwlx.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机编码格式", |
| | | "label": "监控点位类型是否有误", |
| | | "align": "center", |
| | | "prop": "sxjbmgs", |
| | | "width": 170 |
| | | "prop": "jkdwlx.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "安装地址", |
| | | "label": "监控点位类型错误信息", |
| | | "align": "center", |
| | | "prop": "azdz", |
| | | "width": 170 |
| | | "prop": "jkdwlx.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机位置类型", |
| | | "label": "纬度展示值", |
| | | "align": "center", |
| | | "prop": "sxjwzlx", |
| | | "width": 170 |
| | | "prop": "latitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "监视方位", |
| | | "label": "纬度实际值", |
| | | "align": "center", |
| | | "prop": "jsfw", |
| | | "prop": "latitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度是否有误", |
| | | "align": "center", |
| | | "prop": "latitude.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "摄像机场景预设照片URL", |
| | | "label": "纬度错误信息", |
| | | "align": "center", |
| | | "prop": "sxjcjyszp", |
| | | "prop": "latitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度展示值", |
| | | "align": "center", |
| | | "prop": "longitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度实际值", |
| | | "align": "center", |
| | | "prop": "longitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度是否有误", |
| | | "align": "center", |
| | | "prop": "longitude.error", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度错误信息", |
| | | "align": "center", |
| | | "prop": "longitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "mac地址展示值", |
| | | "align": "center", |
| | | "prop": "macdz.showValue", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "联网属性", |
| | | "label": "mac地址实际值", |
| | | "align": "center", |
| | | "prop": "lwsx", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "所属辖区公安机关", |
| | | "align": "center", |
| | | "prop": "ssxqgafg", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "安装时间", |
| | | "align": "center", |
| | | "prop": "azsj", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "管理单位", |
| | | "align": "center", |
| | | "prop": "gldw", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "管理单位联系方式", |
| | | "align": "center", |
| | | "prop": "gldwlxfs", |
| | | "prop": "macdz.value", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "录像保存天数", |
| | | "label": "mac地址是否有误", |
| | | "align": "center", |
| | | "prop": "lxbcts", |
| | | "prop": "macdz.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "mac地址错误信息", |
| | | "align": "center", |
| | | "prop": "macdz.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备名展示值", |
| | | "align": "center", |
| | | "prop": "name.showValue", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名实际值", |
| | | "align": "center", |
| | | "prop": "name.value", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名是否有误", |
| | | "align": "center", |
| | | "prop": "name.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备名错误信息", |
| | | "align": "center", |
| | | "prop": "name.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态展示值", |
| | | "align": "center", |
| | | "prop": "sbzt.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备状态实际值", |
| | | "align": "center", |
| | | "prop": "sbzt.value", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备状态是否有误", |
| | | "align": "center", |
| | | "prop": "sbzt.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "设备状态错误信息", |
| | | "align": "center", |
| | | "prop": "sbzt.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码展示值", |
| | | "align": "center", |
| | | "prop": "serialNumber.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码实际值", |
| | | "align": "center", |
| | | "prop": "serialNumber.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码是否有误", |
| | | "align": "center", |
| | | "prop": "serialNumber.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码错误信息", |
| | | "align": "center", |
| | | "prop": "serialNumber.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域展示值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域实际值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域是否有误", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "所属部门/行业", |
| | | "label": "摄像机采集区域错误信息", |
| | | "align": "center", |
| | | "prop": "ssbmhy", |
| | | "prop": "sxjcjqy.errorMessage", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型展示值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.showValue", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型实际值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.value", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型是否有误", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型错误信息", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.errorMessage", |
| | | "width": 170 |
| | | } |
| | | ], |
| | |
| | | } |
| | | ], |
| | | showList: [ |
| | | { key: 0, label: `设备厂商`, visible: false }, |
| | | { key: 1, label: `行政区域`, visible: false }, |
| | | { key: 2, label: `设备型号`, visible: false }, |
| | | { key: 3, label: `点位俗称`, visible: false }, |
| | | { key: 4, label: `摄像机类型`, visible: false }, |
| | | { key: 5, label: `补光属性`, visible: false }, |
| | | { key: 6, label: `摄像机编码格式`, visible: false }, |
| | | { key: 7, label: `安装地址`, visible: false }, |
| | | { key: 8, label: `摄像机位置类型`, visible: false }, |
| | | { key: 9, label: `监视方位`, visible: false }, |
| | | { key: 10, label: `摄像机场景预设照片URL`, visible: false }, |
| | | { key: 11, label: `联网属性`, visible: false }, |
| | | { key: 12, label: `所属辖区公安机关`, visible: false }, |
| | | { key: 13, label: `安装时间`, visible: false }, |
| | | { key: 14, label: `管理单位`, visible: false }, |
| | | { key: 15, label: `录像保存天数`, visible: false }, |
| | | { key: 16, label: `所属部门/行业`, visible: false }, |
| | | { key: 16, label: `管理单位联系方式`, visible: false }, |
| | | { key: 0, label: `集成设备展示值`, visible: false }, |
| | | { key: 1, label: `IP地址展示值`, visible: false }, |
| | | { key: 2, label: `IP地址实际值`, visible: false }, |
| | | { key: 3, label: `监控点位类型展示值`, visible: false }, |
| | | { key: 4, label: `监控点位类型实际值`, visible: false }, |
| | | { key: 5, label: `纬度展示值`, visible: false }, |
| | | { key: 6, label: `纬度实际值`, visible: false }, |
| | | { key: 7, label: `经度展示值`, visible: false }, |
| | | { key: 8, label: `经度实际值`, visible: false }, |
| | | { key: 9, label: `mac地址展示值`, visible: false }, |
| | | { key: 10, label: `mac地址实际值`, visible: false }, |
| | | { key: 11, label: `设备名展示值`, visible: false }, |
| | | { key: 12, label: `设备名实际值`, visible: false }, |
| | | { key: 13, label: `设备状态展示值`, visible: false }, |
| | | { key: 14, label: `设备状态实际值`, visible: false }, |
| | | { key: 15, label: `设备编码展示值`, visible: false }, |
| | | { key: 16, label: `设备编码实际值`, visible: false }, |
| | | { key: 17, label: `摄像机采集区域展示值`, visible: false }, |
| | | { key: 18, label: `摄像机采集区域实际值`, visible: false }, |
| | | { key: 19, label: `摄像机功能类型展示值`, visible: false }, |
| | | { key: 20, label: `摄像机功能类型实际值`, visible: false } |
| | | ], |
| | | }, |
| | | { |
| | |
| | | index: 'archives_rate', |
| | | columns: [ |
| | | { |
| | | "label": "设备编码", |
| | | "label": "行政编码", |
| | | "align": "center", |
| | | "prop": "sbbm", |
| | | "width": 220 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "align": "center", |
| | | "prop": "sbmc", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "align": "center", |
| | | "prop": "sxjcjqy", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "align": "center", |
| | | "prop": "jkdwlx", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "align": "center", |
| | | "prop": "ip", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "align": "center", |
| | | "prop": "jd", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "align": "center", |
| | | "prop": "wd", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "align": "center", |
| | | "prop": "sxjgnlx", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "align": "center", |
| | | "prop": "macdz", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "align": "center", |
| | | "prop": "sbzt", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "align": "center", |
| | | "prop": "sbcs", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "align": "center", |
| | | "prop": "xzqy", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备型号", |
| | | "align": "center", |
| | | "prop": "sbxh", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "点位俗称", |
| | | "align": "center", |
| | | "prop": "dwcs", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "摄像机类型", |
| | | "align": "center", |
| | | "prop": "sxjlx", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "补光属性", |
| | | "align": "center", |
| | | "prop": "bgsx", |
| | | "prop": "civilCode.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机编码格式", |
| | | "label": "展示值", |
| | | "align": "center", |
| | | "prop": "sxjbmgs", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "安装地址", |
| | | "align": "center", |
| | | "prop": "azdz", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机位置类型", |
| | | "align": "center", |
| | | "prop": "sxjwzlx", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "监视方位", |
| | | "align": "center", |
| | | "prop": "jsfw", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机场景预设照片URL", |
| | | "align": "center", |
| | | "prop": "sxjcjyszp", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "联网属性", |
| | | "align": "center", |
| | | "prop": "lwsx", |
| | | "prop": "civilCode.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "所属辖区公安机关", |
| | | "label": "是否错误", |
| | | "align": "center", |
| | | "prop": "ssxqgafg", |
| | | "prop": "civilCode.error" |
| | | }, |
| | | { |
| | | "label": "错误信息", |
| | | "align": "center", |
| | | "prop": "civilCode.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "集成设备展示值", |
| | | "align": "center", |
| | | "prop": "integrated_device.showValue", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "集成设备是否错误", |
| | | "align": "center", |
| | | "prop": "integrated_device.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "集成设备错误信息", |
| | | "align": "center", |
| | | "prop": "integrated_device.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "IP地址展示值", |
| | | "align": "center", |
| | | "prop": "ip.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "IP地址实际值", |
| | | "align": "center", |
| | | "prop": "ip.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "IP地址是否有误", |
| | | "align": "center", |
| | | "prop": "ip.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "IP地址错误信息", |
| | | "align": "center", |
| | | "prop": "ip.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "监控点位类型展示值", |
| | | "align": "center", |
| | | "prop": "jkdwlx.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "监控点位类型实际值", |
| | | "align": "center", |
| | | "prop": "jkdwlx.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "监控点位类型是否有误", |
| | | "align": "center", |
| | | "prop": "jkdwlx.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "监控点位类型错误信息", |
| | | "align": "center", |
| | | "prop": "jkdwlx.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "纬度展示值", |
| | | "align": "center", |
| | | "prop": "latitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度实际值", |
| | | "align": "center", |
| | | "prop": "latitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度是否有误", |
| | | "align": "center", |
| | | "prop": "latitude.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "纬度错误信息", |
| | | "align": "center", |
| | | "prop": "latitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度展示值", |
| | | "align": "center", |
| | | "prop": "longitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度实际值", |
| | | "align": "center", |
| | | "prop": "longitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度是否有误", |
| | | "align": "center", |
| | | "prop": "longitude.error", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度错误信息", |
| | | "align": "center", |
| | | "prop": "longitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "mac地址展示值", |
| | | "align": "center", |
| | | "prop": "macdz.showValue", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "安装时间", |
| | | "label": "mac地址实际值", |
| | | "align": "center", |
| | | "prop": "azsj", |
| | | "width": 170 |
| | | "prop": "macdz.value", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "管理单位", |
| | | "label": "mac地址是否有误", |
| | | "align": "center", |
| | | "prop": "gldw", |
| | | "width": 180 |
| | | "prop": "macdz.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "管理单位联系方式", |
| | | "label": "mac地址错误信息", |
| | | "align": "center", |
| | | "prop": "gldwlxfs", |
| | | "width": 170 |
| | | "prop": "macdz.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "录像保存天数", |
| | | "label": "设备名展示值", |
| | | "align": "center", |
| | | "prop": "lxbcts", |
| | | "prop": "name.showValue", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名实际值", |
| | | "align": "center", |
| | | "prop": "name.value", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名是否有误", |
| | | "align": "center", |
| | | "prop": "name.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "所属部门/行业", |
| | | "label": "设备名错误信息", |
| | | "align": "center", |
| | | "prop": "ssbmhy", |
| | | "prop": "name.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态展示值", |
| | | "align": "center", |
| | | "prop": "sbzt.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备状态实际值", |
| | | "align": "center", |
| | | "prop": "sbzt.value", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备状态是否有误", |
| | | "align": "center", |
| | | "prop": "sbzt.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "设备状态错误信息", |
| | | "align": "center", |
| | | "prop": "sbzt.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码展示值", |
| | | "align": "center", |
| | | "prop": "serialNumber.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码实际值", |
| | | "align": "center", |
| | | "prop": "serialNumber.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码是否有误", |
| | | "align": "center", |
| | | "prop": "serialNumber.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码错误信息", |
| | | "align": "center", |
| | | "prop": "serialNumber.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域展示值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域实际值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域是否有误", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域错误信息", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.errorMessage", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型展示值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.showValue", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型实际值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.value", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型是否有误", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型错误信息", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.errorMessage", |
| | | "width": 170 |
| | | } |
| | | ], |
| | | card: [ |
| | |
| | | } |
| | | ], |
| | | showList: [ |
| | | { key: 0, label: `设备厂商`, visible: false }, |
| | | { key: 1, label: `行政区域`, visible: false }, |
| | | { key: 2, label: `设备型号`, visible: false }, |
| | | { key: 3, label: `点位俗称`, visible: false }, |
| | | { key: 3, label: `摄像机类型`, visible: false }, |
| | | { key: 3, label: `补光属性`, visible: false }, |
| | | { key: 3, label: `摄像机编码格式`, visible: false }, |
| | | { key: 3, label: `安装地址`, visible: false }, |
| | | { key: 3, label: `摄像机位置类型`, visible: false }, |
| | | { key: 3, label: `监视方位`, visible: false }, |
| | | { key: 3, label: `摄像机场景预设照片URL`, visible: false }, |
| | | { key: 3, label: `联网属性`, visible: false }, |
| | | { key: 3, label: `所属辖区公安机关`, visible: false }, |
| | | { key: 3, label: `安装时间`, visible: false }, |
| | | { key: 3, label: `管理单位`, visible: false }, |
| | | { key: 3, label: `管理单位联系方式`, visible: false }, |
| | | { key: 3, label: `录像保存天数`, visible: false }, |
| | | { key: 3, label: `所属部门/行业`, visible: false }, |
| | | { key: 0, label: `集成设备展示值`, visible: false }, |
| | | { key: 1, label: `IP地址展示值`, visible: false }, |
| | | { key: 2, label: `IP地址实际值`, visible: false }, |
| | | { key: 3, label: `监控点位类型展示值`, visible: false }, |
| | | { key: 4, label: `监控点位类型实际值`, visible: false }, |
| | | { key: 5, label: `纬度展示值`, visible: false }, |
| | | { key: 6, label: `纬度实际值`, visible: false }, |
| | | { key: 7, label: `经度展示值`, visible: false }, |
| | | { key: 8, label: `经度实际值`, visible: false }, |
| | | { key: 9, label: `mac地址展示值`, visible: false }, |
| | | { key: 10, label: `mac地址实际值`, visible: false }, |
| | | { key: 11, label: `设备名展示值`, visible: false }, |
| | | { key: 12, label: `设备名实际值`, visible: false }, |
| | | { key: 13, label: `设备状态展示值`, visible: false }, |
| | | { key: 14, label: `设备状态实际值`, visible: false }, |
| | | { key: 15, label: `设备编码展示值`, visible: false }, |
| | | { key: 16, label: `设备编码实际值`, visible: false }, |
| | | { key: 17, label: `摄像机采集区域展示值`, visible: false }, |
| | | { key: 18, label: `摄像机采集区域实际值`, visible: false }, |
| | | { key: 19, label: `摄像机功能类型展示值`, visible: false }, |
| | | { key: 20, label: `摄像机功能类型实际值`, visible: false } |
| | | ], |
| | | }, |
| | | { |
| | |
| | | index: 'key_site_online', |
| | | columns: [ |
| | | { |
| | | "label": "设备编码", |
| | | "label": "行政区划编码", |
| | | "align": "center", |
| | | "prop": "sbbm", |
| | | width: 190 |
| | | "prop": "arealayerPath", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "解码状态码", |
| | | "align": "center", |
| | | "prop": "decodingCode" |
| | | }, |
| | | { |
| | | "label": "设备id", |
| | | "align": "center", |
| | | "prop": "deviceId", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "align": "center", |
| | | "prop": "sbmc", |
| | | width: 200 |
| | | "prop": "deviceName", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "label": "icmp延迟", |
| | | "align": "center", |
| | | "prop": "sxjcjqy", |
| | | width: 150 |
| | | "prop": "icmpDelay" |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "label": "icmp状态", |
| | | "align": "center", |
| | | "prop": "jkdwlx", |
| | | width: 120 |
| | | "prop": "icmpStatusText" |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "label": "最近icmp时间", |
| | | "align": "center", |
| | | "prop": "ip", |
| | | width: 120 |
| | | "prop": "icmpTime", |
| | | "format": "yyyy-MM-dd HH:mm:ss", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "label": "关键帧时延", |
| | | "align": "center", |
| | | "prop": "jd", |
| | | width: 150 |
| | | "prop": "ifmDelay" |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "label": "ip地址", |
| | | "align": "center", |
| | | "prop": "wd", |
| | | width: 150 |
| | | "prop": "ipAddr", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "label": "最近持续离线故障次数", |
| | | "align": "center", |
| | | "prop": "sxjgnlx", |
| | | width: 150 |
| | | "prop": "olErrEverduring", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "label": "最近持续离线故障时间", |
| | | "align": "center", |
| | | "prop": "macdz", |
| | | width: 150 |
| | | "prop": "olErrEverduringFirstTime", |
| | | "format": "yyyy-MM-dd HH:mm:ss", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "label": "累计离线故障次数", |
| | | "align": "center", |
| | | "prop": "sbzt", |
| | | width: 150 |
| | | "prop": "olErrTotal", |
| | | width: 180, |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "label": "累计离线故障率", |
| | | "align": "center", |
| | | "prop": "sbcs", |
| | | width: 150 |
| | | "prop": "olErrTotalRate", |
| | | "width": 180 |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "label": "巡检次数", |
| | | "align": "center", |
| | | "prop": "xzqy", |
| | | width: 150 |
| | | "prop": "olTotal" |
| | | }, |
| | | { |
| | | "label": "设备型号", |
| | | "label": "sip状态码", |
| | | "align": "center", |
| | | "prop": "sbxh", |
| | | width: 150 |
| | | "prop": "sipCode" |
| | | }, |
| | | { |
| | | "label": "点位俗称", |
| | | "label": "信令时延", |
| | | "align": "center", |
| | | "prop": "dwcs", |
| | | width: 150 |
| | | "prop": "sipDelay" |
| | | }, |
| | | { |
| | | "label": "摄像机类型", |
| | | "label": "在线状态", |
| | | "align": "center", |
| | | "prop": "sxjlx", |
| | | width: 150 |
| | | "prop": "statusText" |
| | | }, |
| | | { |
| | | "label": "补光属性", |
| | | "label": "省厅标签", |
| | | "align": "center", |
| | | "prop": "bgsx", |
| | | width: 150 |
| | | "prop": "tagStr", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "摄像机编码格式", |
| | | "label": "省厅标签列表", |
| | | "align": "center", |
| | | "prop": "sxjbmgs", |
| | | width: 150 |
| | | "prop": "tags", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "安装地址", |
| | | "label": "视频流时延", |
| | | "align": "center", |
| | | "prop": "azdz", |
| | | width: 150 |
| | | "prop": "videoDelay" |
| | | }, |
| | | { |
| | | "label": "摄像机位置类型", |
| | | "label": "视频质量检测时间", |
| | | "align": "center", |
| | | "prop": "sxjwzlx", |
| | | width: 180 |
| | | }, |
| | | { |
| | | "label": "监视方位", |
| | | "align": "center", |
| | | "prop": "jsfw", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "摄像机场景预设照片URL", |
| | | "align": "center", |
| | | "prop": "sxjcjyszp", |
| | | width: 200 |
| | | }, |
| | | { |
| | | "label": "联网属性", |
| | | "align": "center", |
| | | "prop": "lwsx", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "所属辖区公安机关", |
| | | "align": "center", |
| | | "prop": "ssxqgafg", |
| | | width: 170 |
| | | }, |
| | | { |
| | | "label": "安装时间", |
| | | "align": "center", |
| | | "prop": "azsj", |
| | | width: 120 |
| | | }, |
| | | { |
| | | "label": "管理单位", |
| | | "align": "center", |
| | | "prop": "gldw", |
| | | width: 120 |
| | | }, |
| | | { |
| | | "label": "管理单位联系方式", |
| | | "align": "center", |
| | | "prop": "gldwlxfs", |
| | | width: 160 |
| | | }, |
| | | { |
| | | "label": "录像保存天数", |
| | | "align": "center", |
| | | "prop": "lxbcts", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "所属部门/行业", |
| | | "align": "center", |
| | | "prop": "ssbmhy", |
| | | width: 150 |
| | | "prop": "vqdTime", |
| | | "format": "yyyy-MM-dd HH:mm:ss", |
| | | "width": 200 |
| | | } |
| | | ], |
| | | card: [ |
| | |
| | | { |
| | | label: '人员识别' |
| | | }, |
| | | |
| | | ] |
| | | } |
| | | ], |
| | | showList: [ |
| | | { key: 0, label: `设备厂商`, visible: false }, |
| | | { key: 1, label: `行政区域`, visible: false }, |
| | | { key: 2, label: `设备型号`, visible: false }, |
| | | { key: 3, label: `点位俗称`, visible: false }, |
| | | { key: 3, label: `摄像机类型`, visible: false }, |
| | | { key: 3, label: `补光属性`, visible: false }, |
| | | { key: 3, label: `摄像机编码格式`, visible: false }, |
| | | { key: 3, label: `安装地址`, visible: false }, |
| | | { key: 3, label: `摄像机位置类型`, visible: false }, |
| | | { key: 3, label: `监视方位`, visible: false }, |
| | | { key: 3, label: `摄像机场景预设照片URL`, visible: false }, |
| | | { key: 3, label: `联网属性`, visible: false }, |
| | | { key: 3, label: `所属辖区公安机关`, visible: false }, |
| | | { key: 3, label: `安装时间`, visible: false }, |
| | | { key: 3, label: `管理单位`, visible: false }, |
| | | { key: 3, label: `管理单位联系方式`, visible: false }, |
| | | { key: 3, label: `录像保存天数`, visible: false }, |
| | | { key: 3, label: `所属部门/行业`, visible: false }, |
| | | { key: 0, label: `解码状态码`, visible: false }, |
| | | { key: 1, label: `sip状态码`, visible: false }, |
| | | { key: 2, label: `信令时延`, visible: false }, |
| | | { key: 3, label: `icmp延迟`, visible: false }, |
| | | { key: 3, label: `关键帧时延`, visible: false }, |
| | | { key: 3, label: `最近持续离线故障时间`, visible: false }, |
| | | { key: 3, label: `视频流时延`, visible: false }, |
| | | { key: 3, label: `巡检次数`, visible: false }, |
| | | { key: 3, label: `省厅标签`, visible: false }, |
| | | { key: 3, label: `省厅标签列表`, visible: false }, |
| | | ], |
| | | }, |
| | | { |
| | |
| | | { |
| | | "label": "设备编码", |
| | | "align": "center", |
| | | "prop": "sbbm" |
| | | "prop": "deviceNo", |
| | | width: 190 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "align": "center", |
| | | "prop": "sbmc" |
| | | "prop": "osdName", |
| | | width: 200 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "label": "osd省", |
| | | "align": "center", |
| | | "prop": "sxjcjqy" |
| | | "prop": "osdProvince", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "label": "osd市", |
| | | "align": "center", |
| | | "prop": "jkdwlx" |
| | | "prop": "osdCity", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "label": "osd区", |
| | | "align": "center", |
| | | "prop": "ip" |
| | | "prop": "osdPart", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "label": "osd左下角", |
| | | "align": "center", |
| | | "prop": "jd" |
| | | "prop": "osdLB", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "label": "osd时间是否正确", |
| | | "align": "center", |
| | | "prop": "wd" |
| | | "prop": "osdTimeCorrect", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "label": "osd通道名是否正确", |
| | | "align": "center", |
| | | "prop": "sxjgnlx" |
| | | "prop": "osdNameCorrect", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "label": "osd省是否正确", |
| | | "align": "center", |
| | | "prop": "macdz" |
| | | "prop": "osdProvinceCorrect", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "label": "osd市是否正确", |
| | | "align": "center", |
| | | "prop": "sbzt" |
| | | "prop": "osdCityCorrect", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "label": "osd区是否正确", |
| | | "align": "center", |
| | | "prop": "sbcs" |
| | | "prop": "osdPartCorrect", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "label": "osd左下角是否正确", |
| | | "align": "center", |
| | | "prop": "xzqy" |
| | | "prop": "osdLbCorrect", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "设备型号", |
| | | "align": "center", |
| | | "prop": "sbxh" |
| | | }, |
| | | { |
| | | "label": "点位俗称", |
| | | "align": "center", |
| | | "prop": "dwcs" |
| | | }, |
| | | { |
| | | "label": "摄像机类型", |
| | | "align": "center", |
| | | "prop": "sxjlx" |
| | | }, |
| | | { |
| | | "label": "补光属性", |
| | | "align": "center", |
| | | "prop": "bgsx" |
| | | }, |
| | | { |
| | | "label": "摄像机编码格式", |
| | | "align": "center", |
| | | "prop": "sxjbmgs" |
| | | }, |
| | | { |
| | | "label": "安装地址", |
| | | "align": "center", |
| | | "prop": "azdz" |
| | | }, |
| | | { |
| | | "label": "摄像机位置类型", |
| | | "align": "center", |
| | | "prop": "sxjwzlx" |
| | | }, |
| | | { |
| | | "label": "监视方位", |
| | | "align": "center", |
| | | "prop": "jsfw" |
| | | }, |
| | | { |
| | | "label": "摄像机场景预设照片URL", |
| | | "align": "center", |
| | | "prop": "sxjcjyszp" |
| | | }, |
| | | { |
| | | "label": "联网属性", |
| | | "align": "center", |
| | | "prop": "lwsx" |
| | | }, |
| | | { |
| | | "label": "所属辖区公安机关", |
| | | "align": "center", |
| | | "prop": "ssxqgafg" |
| | | }, |
| | | { |
| | | "label": "安装时间", |
| | | "align": "center", |
| | | "prop": "azsj" |
| | | }, |
| | | { |
| | | "label": "管理单位", |
| | | "align": "center", |
| | | "prop": "gldw" |
| | | }, |
| | | { |
| | | "label": "管理单位联系方式", |
| | | "align": "center", |
| | | "prop": "gldwlxfs" |
| | | }, |
| | | { |
| | | "label": "录像保存天数", |
| | | "align": "center", |
| | | "prop": "lxbcts" |
| | | }, |
| | | { |
| | | "label": "所属部门/行业", |
| | | "align": "center", |
| | | "prop": "ssbmhy" |
| | | } |
| | | |
| | | ], |
| | | card: [ |
| | | { |
| | |
| | | index: 'key_command_image_online', |
| | | columns: [ |
| | | { |
| | | label: '内码', |
| | | align: 'center', |
| | | prop: 'indexCode', |
| | | "label": "行政区划编码", |
| | | "align": "center", |
| | | "prop": "arealayerPath", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | label: '设备或卡口国标编码', |
| | | align: 'center', |
| | | prop: 'externalIndexCode', |
| | | "label": "解码状态码", |
| | | "align": "center", |
| | | "prop": "decodingCode" |
| | | }, |
| | | { |
| | | label: '设备或卡口名称', |
| | | align: 'center', |
| | | prop: 'deviceName', |
| | | "label": "设备id", |
| | | "align": "center", |
| | | "prop": "deviceId", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | label: '组织编号', |
| | | align: 'center', |
| | | prop: 'orgCode', |
| | | "label": "设备名称", |
| | | "align": "center", |
| | | "prop": "deviceName", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | label: '抓拍数据量', |
| | | align: 'center', |
| | | prop: 'dataCount', |
| | | "label": "icmp延迟", |
| | | "align": "center", |
| | | "prop": "icmpDelay" |
| | | }, |
| | | { |
| | | label: '非今日抓拍量', |
| | | align: 'center', |
| | | prop: 'noTodayCount', |
| | | "label": "icmp状态", |
| | | "align": "center", |
| | | "prop": "icmpStatusText" |
| | | }, |
| | | { |
| | | label: '周平均抓拍量', |
| | | align: 'center', |
| | | prop: 'weekCompareCount', |
| | | "label": "最近icmp时间", |
| | | "align": "center", |
| | | "prop": "icmpTime", |
| | | "format": "yyyy-MM-dd HH:mm:ss", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | label: '持续无数据天数', |
| | | align: 'center', |
| | | prop: 'continueNoDataDays', |
| | | "label": "关键帧时延", |
| | | "align": "center", |
| | | "prop": "ifmDelay" |
| | | }, |
| | | { |
| | | label: '抓拍数据量监测结果', |
| | | align: 'center', |
| | | prop: 'resultTypeText', |
| | | "label": "ip地址", |
| | | "align": "center", |
| | | "prop": "ipAddr", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "最近持续离线故障次数", |
| | | "align": "center", |
| | | "prop": "olErrEverduring", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "最近持续离线故障时间", |
| | | "align": "center", |
| | | "prop": "olErrEverduringFirstTime", |
| | | "format": "yyyy-MM-dd HH:mm:ss", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "累计离线故障次数", |
| | | "align": "center", |
| | | "prop": "olErrTotal", |
| | | width: 180, |
| | | }, |
| | | { |
| | | "label": "累计离线故障率", |
| | | "align": "center", |
| | | "prop": "olErrTotalRate", |
| | | "width": 180 |
| | | }, |
| | | { |
| | | "label": "巡检次数", |
| | | "align": "center", |
| | | "prop": "olTotal" |
| | | }, |
| | | { |
| | | "label": "sip状态码", |
| | | "align": "center", |
| | | "prop": "sipCode" |
| | | }, |
| | | { |
| | | "label": "信令时延", |
| | | "align": "center", |
| | | "prop": "sipDelay" |
| | | }, |
| | | { |
| | | "label": "在线状态", |
| | | "align": "center", |
| | | "prop": "statusText" |
| | | }, |
| | | { |
| | | "label": "省厅标签", |
| | | "align": "center", |
| | | "prop": "tagStr", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "省厅标签列表", |
| | | "align": "center", |
| | | "prop": "tags", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "视频流时延", |
| | | "align": "center", |
| | | "prop": "videoDelay" |
| | | }, |
| | | { |
| | | "label": "视频质量检测时间", |
| | | "align": "center", |
| | | "prop": "vqdTime", |
| | | "format": "yyyy-MM-dd HH:mm:ss", |
| | | "width": 200 |
| | | } |
| | | ], |
| | | card: [ |
| | | { |
| | | icon: 'el-icon-wind-power', |
| | | dataList: [ |
| | | { |
| | | label: '已联网' |
| | | }, |
| | | { |
| | | label: '未联网' |
| | | }, |
| | | { |
| | | label: '视频监控' |
| | | }, |
| | | { |
| | | label: '车辆识别' |
| | | }, |
| | | { |
| | | label: '人员识别' |
| | | }, |
| | | // { |
| | | // label: '已联网' |
| | | // }, |
| | | // { |
| | | // label: '未联网' |
| | | // }, |
| | | // { |
| | | // label: '视频监控' |
| | | // }, |
| | | // { |
| | | // label: '车辆识别' |
| | | // }, |
| | | // { |
| | | // label: '人员识别' |
| | | // }, |
| | | ] |
| | | } |
| | | ] |
| | | ], |
| | | showList: [ |
| | | { key: 0, label: `解码状态码`, visible: false }, |
| | | { key: 1, label: `sip状态码`, visible: false }, |
| | | { key: 2, label: `信令时延`, visible: false }, |
| | | { key: 3, label: `icmp延迟`, visible: false }, |
| | | { key: 3, label: `关键帧时延`, visible: false }, |
| | | { key: 3, label: `最近持续离线故障时间`, visible: false }, |
| | | { key: 3, label: `视频流时延`, visible: false }, |
| | | { key: 3, label: `巡检次数`, visible: false }, |
| | | { key: 3, label: `省厅标签`, visible: false }, |
| | | { key: 3, label: `省厅标签列表`, visible: false }, |
| | | ], |
| | | }, |
| | | { |
| | | title: "视频图像质量检测报告", |
| | |
| | | index: 'device_directory_consistent', |
| | | columns: [ |
| | | { |
| | | "label": "设备编码", |
| | | "label": "行政编码", |
| | | "align": "center", |
| | | "prop": "sbbm", |
| | | "width": 220 |
| | | "prop": "civilCode.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "label": "展示值", |
| | | "align": "center", |
| | | "prop": "sbmc", |
| | | "width": 250 |
| | | "prop": "civilCode.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "label": "是否错误", |
| | | "align": "center", |
| | | "prop": "sxjcjqy", |
| | | "prop": "civilCode.error" |
| | | }, |
| | | { |
| | | "label": "错误信息", |
| | | "align": "center", |
| | | "prop": "civilCode.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "集成设备展示值", |
| | | "align": "center", |
| | | "prop": "integrated_device.showValue", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "label": "集成设备是否错误", |
| | | "align": "center", |
| | | "prop": "jkdwlx", |
| | | "prop": "integrated_device.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "集成设备错误信息", |
| | | "align": "center", |
| | | "prop": "integrated_device.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "label": "IP地址展示值", |
| | | "align": "center", |
| | | "prop": "ip", |
| | | "prop": "ip.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "label": "IP地址实际值", |
| | | "align": "center", |
| | | "prop": "jd", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "align": "center", |
| | | "prop": "wd", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "align": "center", |
| | | "prop": "sxjgnlx", |
| | | "prop": "ip.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "label": "IP地址是否有误", |
| | | "align": "center", |
| | | "prop": "macdz", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "align": "center", |
| | | "prop": "sbzt", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "align": "center", |
| | | "prop": "sbcs", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "align": "center", |
| | | "prop": "xzqy", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备型号", |
| | | "align": "center", |
| | | "prop": "sbxh", |
| | | "prop": "ip.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "点位俗称", |
| | | "label": "IP地址错误信息", |
| | | "align": "center", |
| | | "prop": "dwcs", |
| | | "width": 250 |
| | | "prop": "ip.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机类型", |
| | | "label": "监控点位类型展示值", |
| | | "align": "center", |
| | | "prop": "sxjlx", |
| | | "prop": "jkdwlx.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "补光属性", |
| | | "label": "监控点位类型实际值", |
| | | "align": "center", |
| | | "prop": "bgsx", |
| | | "prop": "jkdwlx.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机编码格式", |
| | | "label": "监控点位类型是否有误", |
| | | "align": "center", |
| | | "prop": "sxjbmgs", |
| | | "width": 170 |
| | | "prop": "jkdwlx.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "安装地址", |
| | | "label": "监控点位类型错误信息", |
| | | "align": "center", |
| | | "prop": "azdz", |
| | | "width": 170 |
| | | "prop": "jkdwlx.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机位置类型", |
| | | "label": "纬度展示值", |
| | | "align": "center", |
| | | "prop": "sxjwzlx", |
| | | "width": 170 |
| | | "prop": "latitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "监视方位", |
| | | "label": "纬度实际值", |
| | | "align": "center", |
| | | "prop": "jsfw", |
| | | "prop": "latitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度是否有误", |
| | | "align": "center", |
| | | "prop": "latitude.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "摄像机场景预设照片URL", |
| | | "label": "纬度错误信息", |
| | | "align": "center", |
| | | "prop": "sxjcjyszp", |
| | | "prop": "latitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度展示值", |
| | | "align": "center", |
| | | "prop": "longitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度实际值", |
| | | "align": "center", |
| | | "prop": "longitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度是否有误", |
| | | "align": "center", |
| | | "prop": "longitude.error", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度错误信息", |
| | | "align": "center", |
| | | "prop": "longitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "mac地址展示值", |
| | | "align": "center", |
| | | "prop": "macdz.showValue", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "联网属性", |
| | | "label": "mac地址实际值", |
| | | "align": "center", |
| | | "prop": "lwsx", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "所属辖区公安机关", |
| | | "align": "center", |
| | | "prop": "ssxqgafg", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "安装时间", |
| | | "align": "center", |
| | | "prop": "azsj", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "管理单位", |
| | | "align": "center", |
| | | "prop": "gldw", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "管理单位联系方式", |
| | | "align": "center", |
| | | "prop": "gldwlxfs", |
| | | "prop": "macdz.value", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "录像保存天数", |
| | | "label": "mac地址是否有误", |
| | | "align": "center", |
| | | "prop": "lxbcts", |
| | | "prop": "macdz.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "mac地址错误信息", |
| | | "align": "center", |
| | | "prop": "macdz.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备名展示值", |
| | | "align": "center", |
| | | "prop": "name.showValue", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名实际值", |
| | | "align": "center", |
| | | "prop": "name.value", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名是否有误", |
| | | "align": "center", |
| | | "prop": "name.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备名错误信息", |
| | | "align": "center", |
| | | "prop": "name.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态展示值", |
| | | "align": "center", |
| | | "prop": "sbzt.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备状态实际值", |
| | | "align": "center", |
| | | "prop": "sbzt.value", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备状态是否有误", |
| | | "align": "center", |
| | | "prop": "sbzt.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "设备状态错误信息", |
| | | "align": "center", |
| | | "prop": "sbzt.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码展示值", |
| | | "align": "center", |
| | | "prop": "serialNumber.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码实际值", |
| | | "align": "center", |
| | | "prop": "serialNumber.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码是否有误", |
| | | "align": "center", |
| | | "prop": "serialNumber.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码错误信息", |
| | | "align": "center", |
| | | "prop": "serialNumber.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域展示值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域实际值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域是否有误", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "所属部门/行业", |
| | | "label": "摄像机采集区域错误信息", |
| | | "align": "center", |
| | | "prop": "ssbmhy", |
| | | "prop": "sxjcjqy.errorMessage", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型展示值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.showValue", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型实际值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.value", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型是否有误", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型错误信息", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.errorMessage", |
| | | "width": 170 |
| | | } |
| | | ], |
| | |
| | | } |
| | | ], |
| | | showList: [ |
| | | { key: 0, label: `设备厂商`, visible: false }, |
| | | { key: 1, label: `行政区域`, visible: false }, |
| | | { key: 2, label: `设备型号`, visible: false }, |
| | | { key: 3, label: `点位俗称`, visible: false }, |
| | | { key: 4, label: `摄像机类型`, visible: false }, |
| | | { key: 5, label: `补光属性`, visible: false }, |
| | | { key: 6, label: `摄像机编码格式`, visible: false }, |
| | | { key: 7, label: `安装地址`, visible: false }, |
| | | { key: 8, label: `摄像机位置类型`, visible: false }, |
| | | { key: 9, label: `监视方位`, visible: false }, |
| | | { key: 10, label: `摄像机场景预设照片URL`, visible: false }, |
| | | { key: 11, label: `联网属性`, visible: false }, |
| | | { key: 12, label: `所属辖区公安机关`, visible: false }, |
| | | { key: 13, label: `安装时间`, visible: false }, |
| | | { key: 14, label: `管理单位`, visible: false }, |
| | | { key: 15, label: `录像保存天数`, visible: false }, |
| | | { key: 16, label: `所属部门/行业`, visible: false }, |
| | | { key: 16, label: `管理单位联系方式`, visible: false }, |
| | | { key: 0, label: `集成设备展示值`, visible: false }, |
| | | { key: 1, label: `IP地址展示值`, visible: false }, |
| | | { key: 2, label: `IP地址实际值`, visible: false }, |
| | | { key: 3, label: `监控点位类型展示值`, visible: false }, |
| | | { key: 4, label: `监控点位类型实际值`, visible: false }, |
| | | { key: 5, label: `纬度展示值`, visible: false }, |
| | | { key: 6, label: `纬度实际值`, visible: false }, |
| | | { key: 7, label: `经度展示值`, visible: false }, |
| | | { key: 8, label: `经度实际值`, visible: false }, |
| | | { key: 9, label: `mac地址展示值`, visible: false }, |
| | | { key: 10, label: `mac地址实际值`, visible: false }, |
| | | { key: 11, label: `设备名展示值`, visible: false }, |
| | | { key: 12, label: `设备名实际值`, visible: false }, |
| | | { key: 13, label: `设备状态展示值`, visible: false }, |
| | | { key: 14, label: `设备状态实际值`, visible: false }, |
| | | { key: 15, label: `设备编码展示值`, visible: false }, |
| | | { key: 16, label: `设备编码实际值`, visible: false }, |
| | | { key: 17, label: `摄像机采集区域展示值`, visible: false }, |
| | | { key: 18, label: `摄像机采集区域实际值`, visible: false }, |
| | | { key: 19, label: `摄像机功能类型展示值`, visible: false }, |
| | | { key: 20, label: `摄像机功能类型实际值`, visible: false } |
| | | ], |
| | | }, |
| | | { |
| | |
| | | index: 'device_directory_consistent', |
| | | columns: [ |
| | | { |
| | | "label": "设备编码", |
| | | "label": "行政编码", |
| | | "align": "center", |
| | | "prop": "sbbm", |
| | | "width": 220 |
| | | "prop": "civilCode.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "label": "展示值", |
| | | "align": "center", |
| | | "prop": "sbmc", |
| | | "width": 250 |
| | | "prop": "civilCode.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "label": "是否错误", |
| | | "align": "center", |
| | | "prop": "sxjcjqy", |
| | | "prop": "civilCode.error" |
| | | }, |
| | | { |
| | | "label": "错误信息", |
| | | "align": "center", |
| | | "prop": "civilCode.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "集成设备展示值", |
| | | "align": "center", |
| | | "prop": "integrated_device.showValue", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "label": "集成设备是否错误", |
| | | "align": "center", |
| | | "prop": "jkdwlx", |
| | | "prop": "integrated_device.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "集成设备错误信息", |
| | | "align": "center", |
| | | "prop": "integrated_device.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "label": "IP地址展示值", |
| | | "align": "center", |
| | | "prop": "ip", |
| | | "prop": "ip.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "label": "IP地址实际值", |
| | | "align": "center", |
| | | "prop": "jd", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "align": "center", |
| | | "prop": "wd", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "align": "center", |
| | | "prop": "sxjgnlx", |
| | | "prop": "ip.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "label": "IP地址是否有误", |
| | | "align": "center", |
| | | "prop": "macdz", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "align": "center", |
| | | "prop": "sbzt", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "align": "center", |
| | | "prop": "sbcs", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "align": "center", |
| | | "prop": "xzqy", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备型号", |
| | | "align": "center", |
| | | "prop": "sbxh", |
| | | "prop": "ip.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "点位俗称", |
| | | "label": "IP地址错误信息", |
| | | "align": "center", |
| | | "prop": "dwcs", |
| | | "width": 250 |
| | | "prop": "ip.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机类型", |
| | | "label": "监控点位类型展示值", |
| | | "align": "center", |
| | | "prop": "sxjlx", |
| | | "prop": "jkdwlx.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "补光属性", |
| | | "label": "监控点位类型实际值", |
| | | "align": "center", |
| | | "prop": "bgsx", |
| | | "prop": "jkdwlx.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机编码格式", |
| | | "label": "监控点位类型是否有误", |
| | | "align": "center", |
| | | "prop": "sxjbmgs", |
| | | "width": 170 |
| | | "prop": "jkdwlx.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "安装地址", |
| | | "label": "监控点位类型错误信息", |
| | | "align": "center", |
| | | "prop": "azdz", |
| | | "width": 170 |
| | | "prop": "jkdwlx.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机位置类型", |
| | | "label": "纬度展示值", |
| | | "align": "center", |
| | | "prop": "sxjwzlx", |
| | | "width": 170 |
| | | "prop": "latitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "监视方位", |
| | | "label": "纬度实际值", |
| | | "align": "center", |
| | | "prop": "jsfw", |
| | | "prop": "latitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度是否有误", |
| | | "align": "center", |
| | | "prop": "latitude.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "摄像机场景预设照片URL", |
| | | "label": "纬度错误信息", |
| | | "align": "center", |
| | | "prop": "sxjcjyszp", |
| | | "prop": "latitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度展示值", |
| | | "align": "center", |
| | | "prop": "longitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度实际值", |
| | | "align": "center", |
| | | "prop": "longitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度是否有误", |
| | | "align": "center", |
| | | "prop": "longitude.error", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度错误信息", |
| | | "align": "center", |
| | | "prop": "longitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "mac地址展示值", |
| | | "align": "center", |
| | | "prop": "macdz.showValue", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "联网属性", |
| | | "label": "mac地址实际值", |
| | | "align": "center", |
| | | "prop": "lwsx", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "所属辖区公安机关", |
| | | "align": "center", |
| | | "prop": "ssxqgafg", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "安装时间", |
| | | "align": "center", |
| | | "prop": "azsj", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "管理单位", |
| | | "align": "center", |
| | | "prop": "gldw", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "管理单位联系方式", |
| | | "align": "center", |
| | | "prop": "gldwlxfs", |
| | | "prop": "macdz.value", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "录像保存天数", |
| | | "label": "mac地址是否有误", |
| | | "align": "center", |
| | | "prop": "lxbcts", |
| | | "prop": "macdz.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "mac地址错误信息", |
| | | "align": "center", |
| | | "prop": "macdz.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备名展示值", |
| | | "align": "center", |
| | | "prop": "name.showValue", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名实际值", |
| | | "align": "center", |
| | | "prop": "name.value", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名是否有误", |
| | | "align": "center", |
| | | "prop": "name.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备名错误信息", |
| | | "align": "center", |
| | | "prop": "name.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态展示值", |
| | | "align": "center", |
| | | "prop": "sbzt.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备状态实际值", |
| | | "align": "center", |
| | | "prop": "sbzt.value", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备状态是否有误", |
| | | "align": "center", |
| | | "prop": "sbzt.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "设备状态错误信息", |
| | | "align": "center", |
| | | "prop": "sbzt.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码展示值", |
| | | "align": "center", |
| | | "prop": "serialNumber.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码实际值", |
| | | "align": "center", |
| | | "prop": "serialNumber.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码是否有误", |
| | | "align": "center", |
| | | "prop": "serialNumber.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码错误信息", |
| | | "align": "center", |
| | | "prop": "serialNumber.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域展示值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域实际值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域是否有误", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "所属部门/行业", |
| | | "label": "摄像机采集区域错误信息", |
| | | "align": "center", |
| | | "prop": "ssbmhy", |
| | | "prop": "sxjcjqy.errorMessage", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型展示值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.showValue", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型实际值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.value", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型是否有误", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型错误信息", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.errorMessage", |
| | | "width": 170 |
| | | } |
| | | ], |
| | |
| | | } |
| | | ], |
| | | showList: [ |
| | | { key: 0, label: `设备厂商`, visible: false }, |
| | | { key: 1, label: `行政区域`, visible: false }, |
| | | { key: 2, label: `设备型号`, visible: false }, |
| | | { key: 3, label: `点位俗称`, visible: false }, |
| | | { key: 4, label: `摄像机类型`, visible: false }, |
| | | { key: 5, label: `补光属性`, visible: false }, |
| | | { key: 6, label: `摄像机编码格式`, visible: false }, |
| | | { key: 7, label: `安装地址`, visible: false }, |
| | | { key: 8, label: `摄像机位置类型`, visible: false }, |
| | | { key: 9, label: `监视方位`, visible: false }, |
| | | { key: 10, label: `摄像机场景预设照片URL`, visible: false }, |
| | | { key: 11, label: `联网属性`, visible: false }, |
| | | { key: 12, label: `所属辖区公安机关`, visible: false }, |
| | | { key: 13, label: `安装时间`, visible: false }, |
| | | { key: 14, label: `管理单位`, visible: false }, |
| | | { key: 15, label: `录像保存天数`, visible: false }, |
| | | { key: 16, label: `所属部门/行业`, visible: false }, |
| | | { key: 16, label: `管理单位联系方式`, visible: false }, |
| | | { key: 0, label: `集成设备展示值`, visible: false }, |
| | | { key: 1, label: `IP地址展示值`, visible: false }, |
| | | { key: 2, label: `IP地址实际值`, visible: false }, |
| | | { key: 3, label: `监控点位类型展示值`, visible: false }, |
| | | { key: 4, label: `监控点位类型实际值`, visible: false }, |
| | | { key: 5, label: `纬度展示值`, visible: false }, |
| | | { key: 6, label: `纬度实际值`, visible: false }, |
| | | { key: 7, label: `经度展示值`, visible: false }, |
| | | { key: 8, label: `经度实际值`, visible: false }, |
| | | { key: 9, label: `mac地址展示值`, visible: false }, |
| | | { key: 10, label: `mac地址实际值`, visible: false }, |
| | | { key: 11, label: `设备名展示值`, visible: false }, |
| | | { key: 12, label: `设备名实际值`, visible: false }, |
| | | { key: 13, label: `设备状态展示值`, visible: false }, |
| | | { key: 14, label: `设备状态实际值`, visible: false }, |
| | | { key: 15, label: `设备编码展示值`, visible: false }, |
| | | { key: 16, label: `设备编码实际值`, visible: false }, |
| | | { key: 17, label: `摄像机采集区域展示值`, visible: false }, |
| | | { key: 18, label: `摄像机采集区域实际值`, visible: false }, |
| | | { key: 19, label: `摄像机功能类型展示值`, visible: false }, |
| | | { key: 20, label: `摄像机功能类型实际值`, visible: false } |
| | | ], |
| | | }, |
| | | { |
| | |
| | | :style="item.ruleName == '' ? 'display:none' : ''" |
| | | class="col-margin" |
| | | > |
| | | <el-link @click="handleDetail(item, item.ruleIndex, item.apiUrl)" style="width: 100%"> |
| | | <el-link @click="handleDetail(item, item.ruleIndex, item.apiUrl, item.ruleName)" style="width: 100%"> |
| | | <el-card |
| | | style="min-width: 150px;width:100%; height: 150px; text-align: center" |
| | | > |
| | |
| | | :style="item.ruleName == '' ? 'display:none' : ''" |
| | | class="col-margin" |
| | | > |
| | | <el-link @click="handleDetail(item, item.ruleIndex, item.apiUrl)" style="width: 100%"> |
| | | <el-link @click="handleDetail(item, item.ruleIndex, item.apiUrl, item.ruleName)" style="width: 100%"> |
| | | <el-card style="min-width: 150px;width:100%; height: 150px; text-align: center"> |
| | | <i style="font-size: 40px; padding: 15px" :class="item.icon"></i> |
| | | <div>{{ item.ruleName }}</div> |
| | |
| | | :style="item.ruleName == '' ? 'display:none' : ''" |
| | | class="col-margin" |
| | | > |
| | | <el-link @click="handleDetail(item, item.ruleIndex, item.apiUrl)" style="width: 100%"> |
| | | <el-link @click="handleDetail(item, item.ruleIndex, item.apiUrl, item.ruleName)" style="width: 100%"> |
| | | <el-card style="min-width: 150px;width:100%; height: 150px; text-align: center"> |
| | | <i style="font-size: 40px; padding: 15px" :class="item.icon"></i> |
| | | <div>{{ item.ruleName }}</div> |
| | |
| | | path: '/equipment' |
| | | }); |
| | | }, |
| | | handleDetail(item, index, url) { |
| | | handleDetail(item, index, url, ruleName) { |
| | | this.$router.push({ |
| | | path: `/data-manage/data-detail/index/1/1?type=${item.ruleCategory}&index=${index}&url=${url}`, |
| | | path: `/data-manage/data-detail/index/1/1?type=${item.ruleCategory}&index=${index}&url=${url}&ruleName=${ruleName}` |
| | | }); |
| | | }, |
| | | }, |