xiangpei
2024-09-03 ac4fe7a83ac3ce0486ec09ce8c5696bad16f22d8
视频优化
2个文件已修改
714 ■■■■■ 已修改文件
src/views/system/data-manage/data-detail/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js 712 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/index.vue
@@ -3,7 +3,7 @@
    <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 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" :key="card.label">
        <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>
src/views/system/data-manage/data-detail/list.js
@@ -2710,171 +2710,284 @@
      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
        }
      ],
@@ -2887,24 +3000,27 @@
        }
      ],
      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 }
      ],
    },
    {
@@ -3920,171 +4036,284 @@
      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
        }
      ],
@@ -4097,24 +4326,27 @@
        }
      ],
      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 }
      ],
    },
    {