xiangpei
2024-09-03 57ca86ab00caa6487358aa38cf4bc40939e06503
数据中心样式优化
1个文件已修改
95 ■■■■■ 已修改文件
src/views/system/data-manage/data-detail/list.js 95 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js
@@ -15,7 +15,7 @@
          prop: 'platformIp',
        },
        {
          label: '今日离线时长(秒)',
          label: '当日离线时长(秒)',
          align: 'center',
          prop: 'todayOutlineSed'
        },
@@ -854,13 +854,14 @@
        {
          "label": "累计离线故障次数",
          "align": "center",
          "prop": "olErrTotal"
          "prop": "olErrTotal",
          width: 180,
        },
        {
          "label": "累计离线故障率",
          "align": "center",
          "prop": "olErrTotalRate",
          "width": 80
          "width": 180,
        },
        {
          "label": "巡检次数",
@@ -1001,13 +1002,14 @@
        {
          "label": "累计离线故障次数",
          "align": "center",
          "prop": "olErrTotal"
          "prop": "olErrTotal",
          width: 180,
        },
        {
          "label": "累计离线故障率",
          "align": "center",
          "prop": "olErrTotalRate",
          "width": 80
          "width": 180
        },
        {
          "label": "巡检次数",
@@ -1094,17 +1096,20 @@
        {
          label: "创建时间",
          align: "center",
          prop: "createTime"
          prop: "createTime",
          width: 150,
        },
        {
          label: "摄像机ID",
          align: "center",
          prop: "deviceId"
          prop: "deviceId",
          width: 190,
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName"
          prop: "deviceName",
          width: 230,
        },
        {
          label: "缺失时长",
@@ -1114,7 +1119,8 @@
        {
          label: "国标平台ID",
          align: "center",
          prop: "platId"
          prop: "platId",
          width: 190,
        },
        {
          label: "录像时长",
@@ -1129,7 +1135,8 @@
        {
          label: "统计时间",
          align: "center",
          prop: "statTime"
          prop: "statTime",
          width: 150,
        },
      ],
      card: [
@@ -1156,62 +1163,57 @@
        {
          label: "行政区域",
          align: "center",
          prop: "arealayername",
          width: 150
          prop: "arealayername"
        },
        {
          label: "行政区域ID",
          align: "center",
          prop: "arealayerno",
          width: 150
          prop: "arealayerno"
        },
        {
          label: "创建时间",
          align: "center",
          prop: "createTime",
          width: 150
          width: 150,
        },
        {
          label: "摄像机ID",
          align: "center",
          prop: "deviceId",
          width: 150
          width: 190,
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName",
          width: 190
          width: 230,
        },
        {
          label: "缺失时长",
          align: "center",
          prop: "missDuration",
          width: 100
          prop: "missDuration"
        },
        {
          label: "国标平台ID",
          align: "center",
          prop: "platId",
          width: 150
          width: 190,
        },
        {
          label: "录像时长",
          align: "center",
          prop: "recordDuration",
          width: 100
          prop: "recordDuration"
        },
        {
          label: "录像完整状态",
          align: "center",
          prop: "recordStatusText",
          width: 120
          prop: "recordStatusText"
        },
        {
          label: "统计时间",
          align: "center",
          prop: "statTime",
          width: 150
          width: 150,
        },
      ],
      card: [
@@ -1803,17 +1805,20 @@
        {
          label: "创建时间",
          align: "center",
          prop: "createTime"
          prop: "createTime",
          width: 150,
        },
        {
          label: "摄像机ID",
          align: "center",
          prop: "deviceId"
          prop: "deviceId",
          width: 190,
        },
        {
          label: "摄像机名称",
          align: "center",
          prop: "deviceName"
          prop: "deviceName",
          width: 230,
        },
        {
          label: "缺失时长",
@@ -1823,7 +1828,8 @@
        {
          label: "国标平台ID",
          align: "center",
          prop: "platId"
          prop: "platId",
          width: 190,
        },
        {
          label: "录像时长",
@@ -1838,7 +1844,8 @@
        {
          label: "统计时间",
          align: "center",
          prop: "statTime"
          prop: "statTime",
          width: 150,
        },
      ],
      card: [
@@ -2364,27 +2371,32 @@
        {
          "label": "组织编号",
          "align": "center",
          "prop": "orgCode"
          "prop": "orgCode",
          width: 100,
        },
        {
          "label": "抓拍数据量",
          "align": "center",
          "prop": "dataCount"
          "prop": "dataCount",
          width: 100,
        },
        {
          "label": "非今日抓拍量",
          "align": "center",
          "prop": "noTodayCount"
          "prop": "noTodayCount",
          width: 100,
        },
        {
          "label": "周平均抓拍量",
          "align": "center",
          "prop": "weekCompareCount"
          "prop": "weekCompareCount",
          width: 120,
        },
        {
          "label": "持续无数据天数",
          "align": "center",
          "prop": "continueNoDataDays"
          "prop": "continueNoDataDays",
          width: 120,
        },
        {
          "label": "抓拍数据量监测结果",
@@ -2450,12 +2462,14 @@
        {
          "label": "抓拍数据量",
          "align": "center",
          "prop": "dataCount"
          "prop": "dataCount",
          width: 100
        },
        {
          "label": "非今日抓拍量",
          "align": "center",
          "prop": "noTodayCount"
          "prop": "noTodayCount",
          width: 110
        },
        {
          "label": "周平均抓拍量",
@@ -3648,37 +3662,42 @@
          label: '设备或卡口名称',
          align: 'center',
          prop: 'deviceName',
          width: 220,
        },
        {
          label: '组织编号',
          align: 'center',
          prop: 'orgCode',
          width: 100,
        },
        {
          label: '抓拍数据量',
          align: 'center',
          prop: 'dataCount',
          width: 120,
        },
        {
          label: '非今日抓拍量',
          align: 'center',
          prop: 'noTodayCount',
          width: 120,
        },
        {
          label: '周平均抓拍量',
          align: 'center',
          prop: 'weekCompareCount',
          width: 120,
        },
        {
          label: '持续无数据天数',
          align: 'center',
          prop: 'continueNoDataDays',
          width: 120,
        },
        {
          label: '抓拍数据量监测结果',
          align: 'center',
          prop: 'resultTypeText',
          width: 150,
        },
      ],
      card: [