xiangpei
2024-07-31 581a372474fca60bed715b5f0e6bb31bb018d4d2
数据中心,视频中的指标字段
1个文件已修改
45 ■■■■■ 已修改文件
src/views/system/data-manage/data-detail/list.js 45 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js
@@ -377,31 +377,6 @@
      ]
    },
    {
      title: '重点指挥图像在线率',
      columns: [
        {
          label: "在线数量",
          align: "center",
          prop: "onlineNum"
        },
        {
          label: "抽查总数",
          align: "center",
          prop: "selectedTotal"
        },
        {
          label: "重点指挥图像在线率",
          align: "center",
          prop: "rate"
        },
        {
          label: "月份",
          align: "center",
          prop: "month"
        }
        ]
    },
    {
      title: '重点点位在线率',
      index: 'key_site_online',
      columns: [
@@ -826,16 +801,28 @@
      ]
    },
    {
      title: '在线数量',
      title: '重点指挥图像在线率',
      index: 'key_command_image_online',
      columns: [
        {
          onlineNum: "月份",
          label: "在线数量",
          align: "center",
          prop: "month"
          prop: "onlineNum"
        },
        {
          label: "抽查总数",
          align: "center",
          prop: "selectedTotal"
        },
        {
          label: "重点指挥图像在线率",
          align: "center",
          prop: "rate"
        },
        {
          label: "月份",
          align: "center",
          prop: "month"
        }
      ],
      card: [