fuliqi
2024-10-24 9e3f3dd8691cd647ddad68907e9582e5dba14e9d
src/views/system/data-manage/data-detail/list.js
@@ -1962,68 +1962,62 @@
        {
          "label": "osd时间是否正确",
          "align": "center",
          "prop": "osdTimeCorrect",
          "prop": "osdTimeCorrectText",
          width: 150
        },
        {
          "label": "osd通道名是否正确",
          "align": "center",
          "prop": "osdNameCorrect",
          "prop": "osdNameCorrectText",
          width: 150
        },
        {
          "label": "osd省是否正确",
          "align": "center",
          "prop": "osdProvinceCorrect",
          "prop": "osdProvinceCorrectText",
          width: 150
        },
        {
          "label": "osd市是否正确",
          "align": "center",
          "prop": "osdCityCorrect",
          "prop": "osdCityCorrectText",
          width: 150
        },
        {
          "label": "osd区是否正确",
          "align": "center",
          "prop": "osdPartCorrect",
          "prop": "osdPartCorrectText",
          width: 150
        },
        {
          "label": "osd左下角是否正确",
          "align": "center",
          "prop": "osdLbCorrect",
          width: 150
        },
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: '点位名称标注正确数'
              label: '总数'
            },
            {
              label: '点位名称标注错误数'
              label: 'OSD正确数'
            },
            {
              label: 'osd时间标注正确数'
              label: 'OSD错误数'
            },
            {
              label: 'osd时间标注错误数'
              label: 'OSD未知数'
            },
            {
              label: '今日标注正确率'
              label: '重点点位标注正确率'
            },
          ]
        }
      ],
      options: [
        { label: '正确',value: 1 },
        { label: '错误',value: 0 },
        { label: '错误',value: -1 },
        { label: '未知',value: 0 },
      ],
      optionsName: '标注正确',
      optionsName: 'OSD状态',
    },
    {
      title: '重点点位校时正确率',
@@ -2068,57 +2062,62 @@
        {
          "label": "osd时间是否正确",
          "align": "center",
          "prop": "osdTimeCorrect",
          "prop": "osdTimeCorrectText",
          width: 150
        },
        {
          "label": "osd通道名是否正确",
          "align": "center",
          "prop": "osdNameCorrect",
          "prop": "osdNameCorrectText",
          width: 150
        },
        {
          "label": "osd省是否正确",
          "align": "center",
          "prop": "osdProvinceCorrect",
          "prop": "osdProvinceCorrectText",
          width: 150
        },
        {
          "label": "osd市是否正确",
          "align": "center",
          "prop": "osdCityCorrect",
          "prop": "osdCityCorrectText",
          width: 150
        },
        {
          "label": "osd区是否正确",
          "align": "center",
          "prop": "osdPartCorrect",
          "prop": "osdPartCorrectText",
          width: 150
        },
        {
          "label": "osd左下角是否正确",
          "align": "center",
          "prop": "osdLbCorrect",
          width: 150
        },
      ],
      card: [
        {
          icon: 'el-icon-wind-power',
          dataList: [
            {
              label: 'osd时间标注正确数'
              label: '总数'
            },
            {
              label: 'osd时间标注错误数'
              label: 'OSD正确数'
            },
            {
              label: '今日校时正确率'
              label: 'OSD错误数'
            },
            {
              label: 'OSD未知数'
            },
            {
              label: '重点点位标注正确率'
            },
          ]
        }
      ],
      options: [
        { label: '正确',value: 1 },
        { label: '错误',value: -1 },
        { label: '未知',value: 0 },
      ],
      optionsName: 'OSD时间',
      showList: [
        { key: 0, label: `设备厂商`, visible: false },
        { key: 1, label: `行政区域`, visible: false },