| | |
| | | |
| | | <right-toolbar :showSearch.sync="showSearch" @queryTable="handleQuery" :columns="showList"></right-toolbar> |
| | | |
| | | <div v-if="tableData.list && tableData.list.length >0"> |
| | | <div> |
| | | <el-table v-loading="loading" :data="tableData.list"> |
| | | <el-table-column :prop="item.prop" :label="item.label" :width="item.width" v-for="(item, index) in tableHead" :key="index" v-if="showListPD(item)"/> |
| | | </el-table> |
| | | </div> |
| | | <el-empty v-else description="暂无数据"></el-empty> |
| | | |
| | | <pagination v-show="total > 0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" |
| | | @pagination="getList" /> |
| | |
| | | }, |
| | | methods: { |
| | | showListPD(item) { |
| | | if (!this.showList) { |
| | | return true |
| | | } |
| | | let arr = this.showList.filter(d => d.label === item.label) |
| | | if (item && (!arr || arr.length <1)) { |
| | | return true; |
| | |
| | | { |
| | | "label": "行政编码", |
| | | "align": "center", |
| | | "prop": "civilCode.value" |
| | | "prop": "civilCode.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "展示值", |
| | | "align": "center", |
| | | "prop": "civilCode.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "是否错误", |
| | |
| | | { |
| | | "label": "错误信息", |
| | | "align": "center", |
| | | "prop": "civilCode.errorMessage" |
| | | }, |
| | | { |
| | | "label": "展示值", |
| | | "align": "center", |
| | | "prop": "civilCode.showValue" |
| | | }, |
| | | { |
| | | "label": "是否集成设备", |
| | | "align": "center", |
| | | "prop": "integrated_device.value" |
| | | }, |
| | | { |
| | | "label": "集成设备是否错误", |
| | | "align": "center", |
| | | "prop": "integrated_device.error" |
| | | }, |
| | | { |
| | | "label": "集成设备错误信息", |
| | | "align": "center", |
| | | "prop": "integrated_device.errorMessage" |
| | | "prop": "civilCode.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "集成设备展示值", |
| | | "align": "center", |
| | | "prop": "integrated_device.showValue" |
| | | "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" |
| | | "prop": "ip.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "IP地址实际值", |
| | | "align": "center", |
| | | "prop": "ip.value" |
| | | "prop": "ip.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "IP地址是否有误", |
| | | "align": "center", |
| | | "prop": "ip.error" |
| | | "prop": "ip.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "IP地址错误信息", |
| | | "align": "center", |
| | | "prop": "ip.errorMessage" |
| | | "prop": "ip.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "监控点位类型展示值", |
| | | "align": "center", |
| | | "prop": "jkdwlx.showValue" |
| | | "prop": "jkdwlx.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "监控点位类型实际值", |
| | | "align": "center", |
| | | "prop": "jkdwlx.value" |
| | | "prop": "jkdwlx.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "监控点位类型是否有误", |
| | | "align": "center", |
| | | "prop": "jkdwlx.error" |
| | | "prop": "jkdwlx.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "监控点位类型错误信息", |
| | | "align": "center", |
| | | "prop": "jkdwlx.errorMessage" |
| | | "prop": "jkdwlx.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "纬度展示值", |
| | | "align": "center", |
| | | "prop": "latitude.showValue" |
| | | "prop": "latitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度实际值", |
| | | "align": "center", |
| | | "prop": "latitude.value" |
| | | "prop": "latitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度是否有误", |
| | | "align": "center", |
| | | "prop": "latitude.error" |
| | | "prop": "latitude.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "纬度错误信息", |
| | | "align": "center", |
| | | "prop": "latitude.errorMessage" |
| | | "prop": "latitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度展示值", |
| | | "align": "center", |
| | | "prop": "longitude.showValue" |
| | | "prop": "longitude.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度实际值", |
| | | "align": "center", |
| | | "prop": "longitude.value" |
| | | "prop": "longitude.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度是否有误", |
| | | "align": "center", |
| | | "prop": "longitude.error" |
| | | "prop": "longitude.error", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "经度错误信息", |
| | | "align": "center", |
| | | "prop": "longitude.errorMessage" |
| | | "prop": "longitude.errorMessage", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "mac地址展示值", |
| | | "align": "center", |
| | | "prop": "macdz.showValue" |
| | | "prop": "macdz.showValue", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "mac地址实际值", |
| | | "align": "center", |
| | | "prop": "macdz.value" |
| | | "prop": "macdz.value", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "mac地址是否有误", |
| | | "align": "center", |
| | | "prop": "macdz.error" |
| | | "prop": "macdz.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "mac地址错误信息", |
| | | "align": "center", |
| | | "prop": "macdz.errorMessage" |
| | | "prop": "macdz.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备名展示值", |
| | | "align": "center", |
| | | "prop": "name.showValue" |
| | | "prop": "name.showValue", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名实际值", |
| | | "align": "center", |
| | | "prop": "name.value" |
| | | "prop": "name.value", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名是否有误", |
| | | "align": "center", |
| | | "prop": "name.error" |
| | | "prop": "name.error", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备名错误信息", |
| | | "align": "center", |
| | | "prop": "name.errorMessage" |
| | | "prop": "name.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态展示值", |
| | | "align": "center", |
| | | "prop": "sbzt.showValue" |
| | | "prop": "sbzt.showValue", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备状态实际值", |
| | | "align": "center", |
| | | "prop": "sbzt.value" |
| | | "prop": "sbzt.value", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备状态是否有误", |
| | | "align": "center", |
| | | "prop": "sbzt.error" |
| | | "prop": "sbzt.error", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "设备状态错误信息", |
| | | "align": "center", |
| | | "prop": "sbzt.errorMessage" |
| | | "prop": "sbzt.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码展示值", |
| | | "align": "center", |
| | | "prop": "serialNumber.showValue" |
| | | "prop": "serialNumber.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码实际值", |
| | | "align": "center", |
| | | "prop": "serialNumber.value" |
| | | "prop": "serialNumber.value", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码是否有误", |
| | | "align": "center", |
| | | "prop": "serialNumber.error" |
| | | "prop": "serialNumber.error", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备编码错误信息", |
| | | "align": "center", |
| | | "prop": "serialNumber.errorMessage" |
| | | "prop": "serialNumber.errorMessage", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域展示值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.showValue" |
| | | "prop": "sxjcjqy.showValue", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域实际值", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.value" |
| | | "prop": "sxjcjqy.value", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域是否有误", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.error" |
| | | "prop": "sxjcjqy.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域错误信息", |
| | | "align": "center", |
| | | "prop": "sxjcjqy.errorMessage" |
| | | "prop": "sxjcjqy.errorMessage", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型展示值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.showValue" |
| | | "prop": "sxjgnlx.showValue", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型实际值", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.value" |
| | | "prop": "sxjgnlx.value", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型是否有误", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.error" |
| | | "prop": "sxjgnlx.error", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型错误信息", |
| | | "align": "center", |
| | | "prop": "sxjgnlx.errorMessage" |
| | | }, |
| | | { |
| | | "label": "租户id展示值", |
| | | "align": "center", |
| | | "prop": "tenantId.showValue" |
| | | }, |
| | | { |
| | | "label": "租户id实际值", |
| | | "align": "center", |
| | | "prop": "tenantId.value" |
| | | }, |
| | | { |
| | | "label": "租户id是否有误", |
| | | "align": "center", |
| | | "prop": "tenantId.error" |
| | | }, |
| | | { |
| | | "label": "租户id错误信息", |
| | | "align": "center", |
| | | "prop": "tenantId.errorMessage" |
| | | "prop": "sxjgnlx.errorMessage", |
| | | "width": 170 |
| | | } |
| | | ], |
| | | card: [ |
| | |
| | | dataList: [ |
| | | ] |
| | | } |
| | | ] |
| | | ], |
| | | showList: [ |
| | | { 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 } |
| | | ], |
| | | }, |
| | | { |
| | | title: '一机一档注册率', |
| | |
| | | { |
| | | "label": "设备编码", |
| | | "align": "center", |
| | | "prop": "sbbm" |
| | | "prop": "sbbm", |
| | | "width": 220 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "align": "center", |
| | | "prop": "sbmc" |
| | | "prop": "sbmc", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "align": "center", |
| | | "prop": "sxjcjqy" |
| | | "prop": "sxjcjqy", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "align": "center", |
| | | "prop": "jkdwlx" |
| | | "prop": "jkdwlx", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "align": "center", |
| | | "prop": "ip" |
| | | "prop": "ip", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "align": "center", |
| | | "prop": "jd" |
| | | "prop": "jd", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "align": "center", |
| | | "prop": "wd" |
| | | "prop": "wd", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "align": "center", |
| | | "prop": "sxjgnlx" |
| | | "prop": "sxjgnlx", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "align": "center", |
| | | "prop": "macdz" |
| | | "prop": "macdz", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "align": "center", |
| | | "prop": "sbzt" |
| | | "prop": "sbzt", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "align": "center", |
| | | "prop": "sbcs" |
| | | "prop": "sbcs", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "align": "center", |
| | | "prop": "xzqy" |
| | | "prop": "xzqy", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备型号", |
| | | "align": "center", |
| | | "prop": "sbxh" |
| | | "prop": "sbxh", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "点位俗称", |
| | | "align": "center", |
| | | "prop": "dwcs" |
| | | "prop": "dwcs", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "摄像机类型", |
| | | "align": "center", |
| | | "prop": "sxjlx" |
| | | "prop": "sxjlx", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "补光属性", |
| | | "align": "center", |
| | | "prop": "bgsx" |
| | | "prop": "bgsx", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机编码格式", |
| | | "align": "center", |
| | | "prop": "sxjbmgs" |
| | | "prop": "sxjbmgs", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "安装地址", |
| | | "align": "center", |
| | | "prop": "azdz" |
| | | "prop": "azdz", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机位置类型", |
| | | "align": "center", |
| | | "prop": "sxjwzlx" |
| | | "prop": "sxjwzlx", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "监视方位", |
| | | "align": "center", |
| | | "prop": "jsfw" |
| | | "prop": "jsfw", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "摄像机场景预设照片URL", |
| | | "align": "center", |
| | | "prop": "sxjcjyszp" |
| | | "prop": "sxjcjyszp", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "联网属性", |
| | | "align": "center", |
| | | "prop": "lwsx" |
| | | "prop": "lwsx", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "所属辖区公安机关", |
| | | "align": "center", |
| | | "prop": "ssxqgafg" |
| | | "prop": "ssxqgafg", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "安装时间", |
| | | "align": "center", |
| | | "prop": "azsj" |
| | | "prop": "azsj", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "管理单位", |
| | | "align": "center", |
| | | "prop": "gldw" |
| | | "prop": "gldw", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "管理单位联系方式", |
| | | "align": "center", |
| | | "prop": "gldwlxfs" |
| | | "prop": "gldwlxfs", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "录像保存天数", |
| | | "align": "center", |
| | | "prop": "lxbcts" |
| | | "prop": "lxbcts", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "所属部门/行业", |
| | | "align": "center", |
| | | "prop": "ssbmhy" |
| | | "prop": "ssbmhy", |
| | | "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: 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 }, |
| | | ], |
| | | }, |
| | | { |
| | | title: '考核档案比', |
| | |
| | | { |
| | | "label": "设备编码", |
| | | "align": "center", |
| | | "prop": "sbbm" |
| | | "prop": "sbbm", |
| | | "width": 220 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "align": "center", |
| | | "prop": "sbmc" |
| | | "prop": "sbmc", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "align": "center", |
| | | "prop": "sxjcjqy" |
| | | "prop": "sxjcjqy", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "align": "center", |
| | | "prop": "jkdwlx" |
| | | "prop": "jkdwlx", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "align": "center", |
| | | "prop": "ip" |
| | | "prop": "ip", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "align": "center", |
| | | "prop": "jd" |
| | | "prop": "jd", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "align": "center", |
| | | "prop": "wd" |
| | | "prop": "wd", |
| | | "width": 130 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "align": "center", |
| | | "prop": "sxjgnlx" |
| | | "prop": "sxjgnlx", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "align": "center", |
| | | "prop": "macdz" |
| | | "prop": "macdz", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "align": "center", |
| | | "prop": "sbzt" |
| | | "prop": "sbzt", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "align": "center", |
| | | "prop": "sbcs" |
| | | "prop": "sbcs", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "align": "center", |
| | | "prop": "xzqy" |
| | | "prop": "xzqy", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "设备型号", |
| | | "align": "center", |
| | | "prop": "sbxh" |
| | | "prop": "sbxh", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "点位俗称", |
| | | "align": "center", |
| | | "prop": "dwcs" |
| | | "prop": "dwcs", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "摄像机类型", |
| | | "align": "center", |
| | | "prop": "sxjlx" |
| | | "prop": "sxjlx", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "补光属性", |
| | | "align": "center", |
| | | "prop": "bgsx" |
| | | "prop": "bgsx", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "摄像机编码格式", |
| | | "align": "center", |
| | | "prop": "sxjbmgs" |
| | | "prop": "sxjbmgs", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "安装地址", |
| | | "align": "center", |
| | | "prop": "azdz" |
| | | "prop": "azdz", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "摄像机位置类型", |
| | | "align": "center", |
| | | "prop": "sxjwzlx" |
| | | "prop": "sxjwzlx", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "监视方位", |
| | | "align": "center", |
| | | "prop": "jsfw" |
| | | "prop": "jsfw", |
| | | "width": 150 |
| | | }, |
| | | { |
| | | "label": "摄像机场景预设照片URL", |
| | | "align": "center", |
| | | "prop": "sxjcjyszp" |
| | | "prop": "sxjcjyszp", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "联网属性", |
| | | "align": "center", |
| | | "prop": "lwsx" |
| | | "prop": "lwsx", |
| | | "width": 100 |
| | | }, |
| | | { |
| | | "label": "所属辖区公安机关", |
| | | "align": "center", |
| | | "prop": "ssxqgafg" |
| | | "prop": "ssxqgafg", |
| | | "width": 190 |
| | | }, |
| | | { |
| | | "label": "安装时间", |
| | | "align": "center", |
| | | "prop": "azsj" |
| | | "prop": "azsj", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "管理单位", |
| | | "align": "center", |
| | | "prop": "gldw" |
| | | "prop": "gldw", |
| | | "width": 180 |
| | | }, |
| | | { |
| | | "label": "管理单位联系方式", |
| | | "align": "center", |
| | | "prop": "gldwlxfs" |
| | | "prop": "gldwlxfs", |
| | | "width": 170 |
| | | }, |
| | | { |
| | | "label": "录像保存天数", |
| | | "align": "center", |
| | | "prop": "lxbcts" |
| | | "prop": "lxbcts", |
| | | "width": 120 |
| | | }, |
| | | { |
| | | "label": "所属部门/行业", |
| | | "align": "center", |
| | | "prop": "ssbmhy" |
| | | "prop": "ssbmhy", |
| | | "width": 150 |
| | | } |
| | | ], |
| | | 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 }, |
| | | ], |
| | | }, |
| | | { |
| | | title: "部级点位在线率", |
| | | index: 'ministry_site_online', |
| | | columns: [ |
| | | { |
| | | "label": "行政区划编码", |
| | | "align": "center", |
| | | "prop": "arealayerPath", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "解码状态码", |
| | | "align": "center", |
| | | "prop": "decodingCode" |
| | | }, |
| | | { |
| | | "label": "设备id", |
| | | "align": "center", |
| | | "prop": "deviceId", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "align": "center", |
| | | "prop": "deviceName", |
| | | "width": 250 |
| | | }, |
| | | { |
| | | "label": "icmp延迟", |
| | | "align": "center", |
| | | "prop": "icmpDelay" |
| | | }, |
| | | { |
| | | "label": "icmp状态", |
| | | "align": "center", |
| | | "prop": "icmpStatusText" |
| | | }, |
| | | { |
| | | "label": "最近icmp时间", |
| | | "align": "center", |
| | | "prop": "icmpTime", |
| | | "format": "yyyy-MM-dd HH:mm:ss", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "关键帧时延", |
| | | "align": "center", |
| | | "prop": "ifmDelay" |
| | | }, |
| | | { |
| | | "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" |
| | | }, |
| | | { |
| | | "label": "累计离线故障率", |
| | | "align": "center", |
| | | "prop": "olErrTotalRate", |
| | | "width": 80 |
| | | }, |
| | | { |
| | | "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: '设备总数' |
| | | }, |
| | | ] |
| | | } |
| | | ], |
| | | 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: "点位在线率", |
| | |
| | | { |
| | | "label": "最近持续离线故障次数", |
| | | "align": "center", |
| | | "prop": "olErrEverduring" |
| | | "prop": "olErrEverduring", |
| | | "width": 200 |
| | | }, |
| | | { |
| | | "label": "最近持续离线故障时间", |
| | |
| | | label: "统计时间", |
| | | align: "center", |
| | | prop: "statTime" |
| | | }, |
| | | ], |
| | | card: [ |
| | | { |
| | | icon: 'el-icon-wind-power', |
| | | dataList: [ |
| | | { |
| | | label: '完整' |
| | | }, |
| | | { |
| | | label: '间歇' |
| | | }, |
| | | { |
| | | label: '异常' |
| | | }, |
| | | ] |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | title: "部级巡检录像可用率", |
| | | index: 'ministry_video_available', |
| | | columns: [ |
| | | { |
| | | label: "行政区域", |
| | | align: "center", |
| | | prop: "arealayername", |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: "行政区域ID", |
| | | align: "center", |
| | | prop: "arealayerno", |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: "创建时间", |
| | | align: "center", |
| | | prop: "createTime", |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: "摄像机ID", |
| | | align: "center", |
| | | prop: "deviceId", |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: "摄像机名称", |
| | | align: "center", |
| | | prop: "deviceName", |
| | | width: 190 |
| | | }, |
| | | { |
| | | label: "缺失时长", |
| | | align: "center", |
| | | prop: "missDuration", |
| | | width: 100 |
| | | }, |
| | | { |
| | | label: "国标平台ID", |
| | | align: "center", |
| | | prop: "platId", |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: "录像时长", |
| | | align: "center", |
| | | prop: "recordDuration", |
| | | width: 100 |
| | | }, |
| | | { |
| | | label: "录像完整状态", |
| | | align: "center", |
| | | prop: "recordStatusText", |
| | | width: 120 |
| | | }, |
| | | { |
| | | label: "统计时间", |
| | | align: "center", |
| | | prop: "statTime", |
| | | width: 150 |
| | | }, |
| | | ], |
| | | card: [ |
| | |
| | | { |
| | | "label": "设备编码", |
| | | "align": "center", |
| | | "prop": "sbbm" |
| | | "prop": "sbbm", |
| | | width: 190 |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "align": "center", |
| | | "prop": "sbmc" |
| | | "prop": "sbmc", |
| | | width: 200 |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "align": "center", |
| | | "prop": "sxjcjqy" |
| | | "prop": "sxjcjqy", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "align": "center", |
| | | "prop": "jkdwlx" |
| | | "prop": "jkdwlx", |
| | | width: 120 |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "align": "center", |
| | | "prop": "ip" |
| | | "prop": "ip", |
| | | width: 120 |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "align": "center", |
| | | "prop": "jd" |
| | | "prop": "jd", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "align": "center", |
| | | "prop": "wd" |
| | | "prop": "wd", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "align": "center", |
| | | "prop": "sxjgnlx" |
| | | "prop": "sxjgnlx", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "align": "center", |
| | | "prop": "macdz" |
| | | "prop": "macdz", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "align": "center", |
| | | "prop": "sbzt" |
| | | "prop": "sbzt", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "align": "center", |
| | | "prop": "sbcs" |
| | | "prop": "sbcs", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "align": "center", |
| | | "prop": "xzqy" |
| | | "prop": "xzqy", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "设备型号", |
| | | "align": "center", |
| | | "prop": "sbxh" |
| | | "prop": "sbxh", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "点位俗称", |
| | | "align": "center", |
| | | "prop": "dwcs" |
| | | "prop": "dwcs", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "摄像机类型", |
| | | "align": "center", |
| | | "prop": "sxjlx" |
| | | "prop": "sxjlx", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "补光属性", |
| | | "align": "center", |
| | | "prop": "bgsx" |
| | | "prop": "bgsx", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "摄像机编码格式", |
| | | "align": "center", |
| | | "prop": "sxjbmgs" |
| | | "prop": "sxjbmgs", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "安装地址", |
| | | "align": "center", |
| | | "prop": "azdz" |
| | | "prop": "azdz", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "摄像机位置类型", |
| | | "align": "center", |
| | | "prop": "sxjwzlx" |
| | | "prop": "sxjwzlx", |
| | | width: 180 |
| | | }, |
| | | { |
| | | "label": "监视方位", |
| | | "align": "center", |
| | | "prop": "jsfw" |
| | | "prop": "jsfw", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "摄像机场景预设照片URL", |
| | | "align": "center", |
| | | "prop": "sxjcjyszp" |
| | | "prop": "sxjcjyszp", |
| | | width: 200 |
| | | }, |
| | | { |
| | | "label": "联网属性", |
| | | "align": "center", |
| | | "prop": "lwsx" |
| | | "prop": "lwsx", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "所属辖区公安机关", |
| | | "align": "center", |
| | | "prop": "ssxqgafg" |
| | | "prop": "ssxqgafg", |
| | | width: 170 |
| | | }, |
| | | { |
| | | "label": "安装时间", |
| | | "align": "center", |
| | | "prop": "azsj" |
| | | "prop": "azsj", |
| | | width: 120 |
| | | }, |
| | | { |
| | | "label": "管理单位", |
| | | "align": "center", |
| | | "prop": "gldw" |
| | | "prop": "gldw", |
| | | width: 120 |
| | | }, |
| | | { |
| | | "label": "管理单位联系方式", |
| | | "align": "center", |
| | | "prop": "gldwlxfs" |
| | | "prop": "gldwlxfs", |
| | | width: 160 |
| | | }, |
| | | { |
| | | "label": "录像保存天数", |
| | | "align": "center", |
| | | "prop": "lxbcts" |
| | | "prop": "lxbcts", |
| | | width: 150 |
| | | }, |
| | | { |
| | | "label": "所属部门/行业", |
| | | "align": "center", |
| | | "prop": "ssbmhy" |
| | | "prop": "ssbmhy", |
| | | width: 150 |
| | | } |
| | | ], |
| | | 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 }, |
| | | ], |
| | | }, |
| | | { |
| | | title: '重点点位录像可用率', |
| | |
| | | { |
| | | "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: [ |
| | | { |
| | |
| | | |
| | | ] |
| | | } |
| | | ] |
| | | ], |
| | | }, |
| | | { |
| | | title: '重点点位校时正确率', |
| | |
| | | |
| | | ] |
| | | } |
| | | ] |
| | | ], |
| | | 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 }, |
| | | ], |
| | | }, |
| | | { |
| | | title: '重点指挥图像在线率', |
| | | index: 'key_command_image_online', |
| | | columns: [ |
| | | { |
| | | "label": "设备编码", |
| | | "align": "center", |
| | | "prop": "sbbm" |
| | | label: '内码', |
| | | align: 'center', |
| | | prop: 'indexCode', |
| | | }, |
| | | { |
| | | "label": "设备名称", |
| | | "align": "center", |
| | | "prop": "sbmc" |
| | | label: '设备或卡口国标编码', |
| | | align: 'center', |
| | | prop: 'externalIndexCode', |
| | | }, |
| | | { |
| | | "label": "摄像机采集区域", |
| | | "align": "center", |
| | | "prop": "sxjcjqy" |
| | | label: '设备或卡口名称', |
| | | align: 'center', |
| | | prop: 'deviceName', |
| | | }, |
| | | { |
| | | "label": "监控点位类型", |
| | | "align": "center", |
| | | "prop": "jkdwlx" |
| | | label: '组织编号', |
| | | align: 'center', |
| | | prop: 'orgCode', |
| | | }, |
| | | { |
| | | "label": "IPV4地址", |
| | | "align": "center", |
| | | "prop": "ip" |
| | | label: '抓拍数据量', |
| | | align: 'center', |
| | | prop: 'dataCount', |
| | | }, |
| | | { |
| | | "label": "经度", |
| | | "align": "center", |
| | | "prop": "jd" |
| | | label: '非今日抓拍量', |
| | | align: 'center', |
| | | prop: 'noTodayCount', |
| | | }, |
| | | { |
| | | "label": "纬度", |
| | | "align": "center", |
| | | "prop": "wd" |
| | | label: '周平均抓拍量', |
| | | align: 'center', |
| | | prop: 'weekCompareCount', |
| | | }, |
| | | { |
| | | "label": "摄像机功能类型", |
| | | "align": "center", |
| | | "prop": "sxjgnlx" |
| | | label: '持续无数据天数', |
| | | align: 'center', |
| | | prop: 'continueNoDataDays', |
| | | }, |
| | | { |
| | | "label": "MAC地址", |
| | | "align": "center", |
| | | "prop": "macdz" |
| | | label: '抓拍数据量监测结果', |
| | | align: 'center', |
| | | prop: 'resultTypeText', |
| | | }, |
| | | { |
| | | "label": "设备状态", |
| | | "align": "center", |
| | | "prop": "sbzt" |
| | | }, |
| | | { |
| | | "label": "设备厂商", |
| | | "align": "center", |
| | | "prop": "sbcs" |
| | | }, |
| | | { |
| | | "label": "行政区域", |
| | | "align": "center", |
| | | "prop": "xzqy" |
| | | }, |
| | | { |
| | | "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: [ |
| | | { |
| | |
| | | { |
| | | "label": "数据类型", |
| | | "align": "center", |
| | | "prop": "dataType" |
| | | "prop": "dataType", |
| | | width: 120 |
| | | }, |
| | | { |
| | | "label": "卡口内码或采集设备内码", |
| | | "align": "center", |
| | | "prop": "indexCode" |
| | | "prop": "indexCode", |
| | | width: 190 |
| | | }, |
| | | { |
| | | "label": "设备或卡口国标编码", |
| | | "align": "center", |
| | | "prop": "externalIndexCode" |
| | | "prop": "externalIndexCode", |
| | | width: 190 |
| | | }, |
| | | { |
| | | "label": "设备或卡口名称", |
| | | "align": "center", |
| | | "prop": "deviceName" |
| | | "prop": "deviceName", |
| | | width: 200 |
| | | }, |
| | | { |
| | | "label": "组织编号", |
| | |
| | | { |
| | | "label": "抓拍数据量监测结果", |
| | | "align": "center", |
| | | "prop": "resultType" |
| | | "prop": "resultType", |
| | | width: 170 |
| | | } |
| | | ], |
| | | card: [ |