fuliqi
2024-10-24 9e3f3dd8691cd647ddad68907e9582e5dba14e9d
工单回显补全、一机一档OSd优化
2个文件已修改
75 ■■■■ 已修改文件
src/views/system/data-manage/data-detail/list.js 67 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/work-order/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 },
src/views/system/work-order/index.vue
@@ -171,8 +171,8 @@
              <div class="moreInfo">
                <el-descriptions style="width: 100%" title="" border :column="2" size="medium">
                  <el-descriptions-item label="负责单位">{{ item.unitName }}</el-descriptions-item>
                  <el-descriptions-item label="负责人">张一山</el-descriptions-item>
                  <el-descriptions-item label="联系电话">15115115142</el-descriptions-item>
                  <el-descriptions-item label="负责人">{{ item.unitContact }}</el-descriptions-item>
                  <el-descriptions-item label="联系电话">{{ item.unitContactPhone }}</el-descriptions-item>
                </el-descriptions>
              </div>
            </el-carousel-item>
@@ -362,8 +362,8 @@
                      >
                      <div style="padding: 20px;font-size: 14px">
                        <div class="row flow-item-x">
                          <div class="flex1"><p>上报内容:</p></div>
                          <div class="flex2">
                          <div class="flex1" style=""><p>上报内容:</p></div>
                          <div class="flex2" style="color: black">
                            <div v-html="ywData.content"></div>
                          </div>
                        </div>