lohir
2024-10-23 8527e27c33e1006186a365fbf0eb9074ff952b22
src/views/system/data-manage/data-detail/list.js
@@ -339,7 +339,7 @@
              label: '纬度异常数'
            },
            {
              label: '合格率'
              label: '今日合格率'
            },
          ]
        }
@@ -671,7 +671,7 @@
              label: '纬度异常数'
            },
            {
              label: '注册率'
              label: '今日注册率'
            },
          ]
        }
@@ -701,7 +701,7 @@
      ],
    },
    {
      title: '考核档案比',
      title: '档案考核比',
      index: 'archives_rate',
      columns: [
        {
@@ -1003,7 +1003,7 @@
              label: '纬度异常数'
            },
            {
              label: '考核比'
              label: '今日考核比'
            },
          ]
        }
@@ -1037,125 +1037,53 @@
      index: 'ministry_site_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "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: [
        {
@@ -1165,7 +1093,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -1188,125 +1116,53 @@
      index: 'site_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "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: [
        {
@@ -1316,7 +1172,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -1333,6 +1189,9 @@
        { key: 3, label: `省厅标签`, visible: false },
        { key: 3, label: `省厅标签列表`, visible: false },
      ],
      dict: [
      ]
    },
    {
      title: "录像可用率",
@@ -1408,7 +1267,7 @@
              label: '异常'
            },
            {
              label: '可用率'
              label: '今日可用率'
            },
          ]
        }
@@ -1488,7 +1347,7 @@
              label: '异常'
            },
            {
              label: '可用率'
              label: '今日可用率'
            },
          ]
        }
@@ -1837,125 +1696,53 @@
      index: 'key_site_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "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: [
        {
@@ -1965,7 +1752,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -2057,7 +1844,7 @@
              label: '异常'
            },
            {
              label: '可用率'
              label: '今日重点可用率'
            },
          ]
        }
@@ -2158,7 +1945,7 @@
              label: 'osd时间标注错误数'
            },
            {
              label: '标注正确率'
              label: '今日标注正确率'
            },
          ]
        }
@@ -2253,7 +2040,7 @@
              label: 'osd时间标注错误数'
            },
            {
              label: '校时正确率'
              label: '今日校时正确率'
            },
          ]
        }
@@ -2284,125 +2071,53 @@
      index: 'key_command_image_online',
      columns: [
        {
          "label": "行政区划编码",
          "align": "center",
          "prop": "arealayerPath",
          "width": 250
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "解码状态码",
          "align": "center",
          "prop": "decodingCode"
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备id",
          "align": "center",
          "prop": "deviceId",
          "width": 250
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备名称",
          "align": "center",
          "prop": "deviceName",
          "width": 250
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "icmp延迟",
          "align": "center",
          "prop": "icmpDelay"
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "icmp状态",
          "align": "center",
          "prop": "icmpStatusText"
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "最近icmp时间",
          "align": "center",
          "prop": "icmpTime",
          "format": "yyyy-MM-dd HH:mm:ss",
          "width": 200
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "关键帧时延",
          "align": "center",
          "prop": "ifmDelay"
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "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: [
        {
@@ -2412,7 +2127,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -2623,7 +2338,7 @@
              label: '数据量少'
            },
            {
              label: '稳定性'
              label: '今日稳定性'
            },
          ]
        }
@@ -2634,65 +2349,53 @@
      index: 'site_online',
      columns: [
        {
          "label": "数据类型",
          "align": "center",
          "prop": "dataType",
          width: 100
          label: '国标码',
          align: 'center',
          prop: 'no',
          width: 300,
        },
        {
          "label": "卡口内码或采集设备内码",
          "align": "center",
          "prop": "indexCode",
          width: 190
          label: '设备名',
          align: 'center',
          prop: 'name',
          width: 380,
        },
        {
          "label": "设备或卡口国标编码",
          "align": "center",
          "prop": "externalIndexCode",
          width: 190
          label: 'ip',
          align: 'center',
          prop: 'ip',
          width: 200,
        },
        {
          "label": "设备或卡口名称",
          "align": "center",
          "prop": "deviceName",
          width: 200
          label: '设备状态',
          align: 'center',
          prop: 'onlineStr',
          width: 200,
        },
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode",
          width: 120
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          "label": "抓拍数据量",
          "align": "center",
          "prop": "dataCount",
          width: 100
          label: '当日监测次数',
          align: 'center',
          prop: 'checkCount',
          width: 200,
        },
        {
          "label": "非今日抓拍量",
          "align": "center",
          "prop": "noTodayCount",
          width: 110
          label: '当日离线次数',
          align: 'center',
          prop: 'offLineCount',
          width: 200,
        },
        {
          "label": "周平均抓拍量",
          "align": "center",
          "prop": "weekCompareCount",
          width: 150
          label: '监测时间',
          align: 'center',
          prop: 'mongoCreateTime',
          width: 200,
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataDays",
          width: 170
        },
        {
          "label": "抓拍数据量监测结果",
          "align": "center",
          "prop": "resultType",
          width: 170
        }
      ],
      card: [
        {
@@ -2702,7 +2405,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -3011,7 +2714,7 @@
              label: '纬度异常数'
            },
            {
              label: '一致率'
              label: '今日一致率'
            },
          ]
        }
@@ -3105,7 +2808,7 @@
              label: '精度过低'
            },
            {
              label: '准确率'
              label: '今日准确率'
            },
          ]
        }
@@ -3211,7 +2914,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '完整性'
              label: '今日完整性'
            }
          ]
        }
@@ -3303,7 +3006,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '准确性'
              label: '今日准确性'
            }
          ]
        }
@@ -3566,7 +3269,7 @@
              label: '数据量少'
            },
            {
              label: '准确性'
              label: '今日准确性'
            },
          ]
        }
@@ -3679,7 +3382,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '及时性'
              label: '今日及时性'
            }
          ]
        }
@@ -3767,7 +3470,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
              label: '今日可用性'
            }
          ]
        }
@@ -3891,7 +3594,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
              label: '今日可用性'
            }
          ]
        }
@@ -3983,7 +3686,7 @@
              label: '数据量少'
            },
            {
              label: '稳定性'
              label: '今日稳定性'
            },
          ]
        }
@@ -3994,57 +3697,52 @@
      index: 'site_online',
      columns: [
        {
          label: '内码',
          label: '国标码',
          align: 'center',
          prop: 'indexCode',
          width: 190,
          prop: 'no',
          width: 300,
        },
        {
          label: '设备或卡口国标编码',
          label: '设备名',
          align: 'center',
          prop: 'externalIndexCode',
          width: 190,
          prop: 'name',
          width: 380,
        },
        {
          label: '设备或卡口名称',
          label: 'ip',
          align: 'center',
          prop: 'deviceName',
          prop: 'ip',
          width: 200,
        },
        {
          label: '组织编号',
          label: '设备状态',
          align: 'center',
          prop: 'orgCode',
          width: 100,
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '抓拍数据量',
          label: '最近Ping监测状态',
          align: 'center',
          prop: 'dataCount',
          width: 120,
          prop: 'pingOnlineStr',
          width: 200,
        },
        {
          label: '非今日抓拍量',
          label: '当日监测次数',
          align: 'center',
          prop: 'noTodayCount',
          width: 120,
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '周平均抓拍量',
          label: '当日离线次数',
          align: 'center',
          prop: 'weekCompareCount',
          width: 120,
          prop: 'offLineCount',
          width: 200,
        },
        {
          label: '持续无数据天数',
          label: '监测时间',
          align: 'center',
          prop: 'continueNoDataDays',
          width: 120,
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultTypeText',
          width: 150,
          prop: 'mongoCreateTime',
          width: 200,
        },
      ],
      card: [
@@ -4055,7 +3753,7 @@
              label: '设备总数'
            },
            {
              label: '在线率'
              label: '今日在线率'
            },
          ]
        }
@@ -4364,7 +4062,7 @@
              label: '纬度异常数'
            },
            {
              label: '一致率'
              label: '今日一致率'
            },
          ]
        }
@@ -4462,7 +4160,7 @@
              label: '精度过低'
            },
            {
              label: '准确率'
              label: '今日准确率'
            },
          ]
        }
@@ -4526,7 +4224,7 @@
              label: '精度过低'
            },
            {
              label: '合格性'
              label: '今日合格性'
            },
          ]
        }
@@ -4755,7 +4453,7 @@
              label: '数据量少'
            },
            {
              label: '准确性'
              label: '今日准确性'
            },
          ]
        }
@@ -4978,7 +4676,7 @@
              label: '数据量少'
            },
            {
              label: '及时性'
              label: '今日及时性'
            },
          ]
        }
@@ -5108,7 +4806,7 @@
          icon: 'el-icon-truck',
          dataList: [
            {
              label: '可用性'
              label: '今日可用性'
            }
          ]
        }
@@ -5140,153 +4838,153 @@
      index: 'view_zc_manage',
      columns: [
        {
          label: "设备编码",
          align: "center",
          prop: "serialNumber"
          "label": "设备编码",
          "align": "center",
          "prop": "serialNumber"
        },
        {
          label: "设备名称",
          align: "center",
          prop: "name"
          "label": "设备名称",
          "align": "center",
          "prop": "name"
        },
        {
          label: "监控点位类型",
          align: "center",
          prop: "siteType"
          "label": "监控点位类型",
          "align": "center",
          "prop": "siteType"
        },
        {
          label: "Mac地址",
          align: "center",
          prop: "macAddr"
          "label": "Mac地址",
          "align": "center",
          "prop": "macAddr"
        }, {
          label: "IPV4/IPV6",
          align: "center",
          prop: "ip"
          "label": "IPV4/IPV6",
          "align": "center",
          "prop": "ip"
        },
        {
          label: "摄像机功能类型",
          align: "center",
          prop: "cameraFunType"
          "label": "摄像机功能类型",
          "align": "center",
          "prop": "cameraFunType"
        },
        {
          label: "经度",
          align: "center",
          prop: "longitude"
          "label": "经度",
          "align": "center",
          "prop": "longitude"
        },
        {
          label: "纬度",
          align: "center",
          prop: "latitude"
          "label": "纬度",
          "align": "center",
          "prop": "latitude"
        },
        {
          label: "摄像机采集区域",
          align: "center",
          prop: "cameraCaptureArea"
          "label": "摄像机采集区域",
          "align": "center",
          "prop": "cameraCaptureArea"
        },
        {
          label: "设备状态",
          align: "center",
          prop: "onState"
          "label": "设备状态",
          "align": "center",
          "prop": "onState"
        },
        {
          label: "行政区域",
          align: "center",
          prop: "civilCode"
          "label": "行政区域",
          "align": "center",
          "prop": "civilCode"
        },
        {
          label: "是否集成设备",
          align: "center",
          prop: "integratedDevice"
          "label": "是否集成设备",
          "align": "center",
          "prop": "integratedDevice"
        },
        {
          label: "摄像机品牌",
          align: "center",
          prop: "cameraBrand"
          "label": "摄像机品牌",
          "align": "center",
          "prop": "cameraBrand"
        },
        {
          label: "安装地址",
          align: "center",
          prop: "address"
          "label": "安装地址",
          "align": "center",
          "prop": "address"
        },
        {
          label: "联网属性",
          align: "center",
          prop: "netWorking"
          "label": "联网属性",
          "align": "center",
          "prop": "netWorking"
        },
        {
          label: "所属辖区公安机关",
          align: "center",
          prop: "publicSecurity"
          "label": "所属辖区公安机关",
          "align": "center",
          "prop": "publicSecurity"
        },
        {
          label: "安装时间",
          align: "center",
          prop: "installedTime"
          "label": "安装时间",
          "align": "center",
          "prop": "installedTime"
        },
        {
          label: "管理单位",
          align: "center",
          prop: "managementUnit"
          "label": "管理单位",
          "align": "center",
          "prop": "managementUnit"
        },
        {
          label: "管理单位联系方式",
          align: "center",
          prop: "muContactInfo"
          "label": "管理单位联系方式",
          "align": "center",
          "prop": "muContactInfo"
        },
        {
          label: "录像保存天数",
          align: "center",
          prop: "storageDays"
          "label": "录像保存天数",
          "align": "center",
          "prop": "storageDays"
        },
        {
          label: "监视方位",
          align: "center",
          prop: "monitorAzimuth"
          "label": "监视方位",
          "align": "center",
          "prop": "monitorAzimuth"
        },
        {
          label: "摄像机场景预设照片URL",
          align: "center",
          prop: "scenePhotoAddr"
          "label": "摄像机场景预设照片URL",
          "align": "center",
          "prop": "scenePhotoAddr"
        },
        {
          label: "设备型号",
          align: "center",
          prop: "model"
          "label": "设备型号",
          "align": "center",
          "prop": "model"
        },
        {
          label: "点位俗称",
          align: "center",
          prop: "siteVulgo"
          "label": "点位俗称",
          "align": "center",
          "prop": "siteVulgo"
        },
        {
          label: "摄像机类型",
          align: "center",
          prop: "cameraType"
          "label": "摄像机类型",
          "align": "center",
          "prop": "cameraType"
        },
        {
          label: "补光属性",
          align: "center",
          prop: "cameraLightType"
          "label": "补光属性",
          "align": "center",
          "prop": "cameraLightType"
        },
        {
          label: "摄像机编码格式",
          align: "center",
          prop: "encodedFormat"
          "label": "摄像机编码格式",
          "align": "center",
          "prop": "encodedFormat"
        },
        {
          label: "所属部门/行业",
          align: "center",
          prop: "cameraDept"
          "label": "所属部门/行业",
          "align": "center",
          "prop": "cameraDept"
        },
        {
          label: "行业编码",
          align: "center",
          prop: "hybm"
          "label": "行业编码",
          "align": "center",
          "prop": "hybm"
        },
        {
          label: "类型编码",
          align: "center",
          prop: "lxbm"
          "label": "类型编码",
          "align": "center",
          "prop": "lxbm"
        }
      ],
      card: [