黄何裕
2024-07-16 bfb10b42c5fb6bc9f751f88f9351bfc19c6380a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
export const videoData = [
  {
    title: '平台在线',
    columns: [
      {
        label: '卡口名称',
        align: 'center',
        prop: 'bayonetName',
      },
      {
        label: '卡口编号',
        align: 'center',
        prop: 'bayonetNumber'
      },
      {
        label: '过车数据量',
        align: 'center',
        prop: 'vehicleDataNumber'
      },
      {
        label: '不唯一数据',
        align: 'center',
        prop: 'notUniqueData'
      },
      {
        label: '不唯一数据量',
        align: 'center',
        prop: 'notUniqueDataNumber'
      },
    ]
  },
  {
    title: '一机一档',
    columns: [
      {
        label: '卡口名称',
        align: 'center',
        prop: 'bayonetName',
      },
      {
        label: '卡口编号',
        align: 'center',
        prop: 'bayonetNumber'
      },
      {
        label: '过车数据量',
        align: 'center',
        prop: 'vehicleDataNumber'
      },
      {
        label: '不唯一数据',
        align: 'center',
        prop: 'notUniqueData'
      },
      {
        label: '不唯一数据量',
        align: 'center',
        prop: 'notUniqueDataNumber'
      },
    ]
  },
  {
    title: "点位在线",
    columns: [
      {
        label: "行政区划编码",
        align: "center",
        prop: "arealayernoCode"
      },
      {
        label: "行政区划名称",
        align: "center",
        prop: "arealayernoName"
      },
      {
        label: "诊断日期",
        align: "center",
        prop: "diagDate"
      },
      {
        label: "统计纬度",
        align: "center",
        prop: "dim"
      },
      {
        label: "icmp离线数",
        align: "center",
        prop: "icmpOfflineNum"
      },
      {
        label: "icmp在线数",
        align: "center",
        prop: "icmpOnlineNum"
      },
      {
        label: "icmp在线率",
        align: "center",
        prop: "icmpOnlineRate"
      },
      {
        label: "icmp诊断总数",
        align: "center",
        prop: "icmpTotalNum"
      },
      {
        label: "离线数",
        align: "center",
        prop: "offlineNum"
      },
      {
        label: "在线数",
        align: "center",
        prop: "onlineNum"
      },
      {
        label: "在线率",
        align: "center",
        prop: "onlineRate"
      }
    ]
  },
  {
    title: "录像可用",
    columns: [
      {
        label: "行政区域名称",
        align: "center",
        prop: "arealayername"
      },
      {
        label: "行政区域ID",
        align: "center",
        prop: "arealayerno"
      },
      {
        label: "创建时间",
        align: "center",
        prop: "createTime"
      },
      {
        label: "摄像机ID",
        align: "center",
        prop: "deviceId"
      },
      {
        label: "摄像机名称",
        align: "center",
        prop: "deviceName"
      },
      {
        label: "主键ID",
        align: "center",
        prop: "id"
      },
      {
        label: "缺失时长",
        align: "center",
        prop: "missDuration"
      },
      {
        label: "国标平台ID",
        align: "center",
        prop: "platId"
      },
      {
        label: "录像时长",
        align: "center",
        prop: "recordDuration"
      },
      {
        label: "录像完整状态",
        align: "center",
        prop: "recordStatus"
      },
      {
        label: "统计时间",
        align: "center",
        prop: "statTime"
      },
      {
        label: "租户ID",
        align: "center",
        prop: "tenantId"
      }
    ]
  },
  {
    title: "视频标注",
    columns: [
      {
        label: "区域路径信息",
        align: "center",
        prop: "arealayerPath"
      },
      {
        label: "区域名称",
        align: "center",
        prop: "arealayername"
      },
      {
        label: "区域编码",
        align: "center",
        prop: "arealayerno"
      },
      {
        label: "设备 ID",
        align: "center",
        prop: "deviceId"
      },
      {
        label: "设备名称",
        align: "center",
        prop: "deviceName"
      },
      {
        label: "是否大于最大值",
        align: "center",
        prop: "diff"
      },
      {
        label: "拉码流时间差",
        align: "center",
        prop: "diffTime"
      },
      {
        label: "IP 地址",
        align: "center",
        prop: "ip"
      },
      {
        label: "图片 ocr 识别结果",
        align: "center",
        prop: "ocrResult"
      },
      {
        label: "图片地址",
        align: "center",
        prop: "imgPath"
      },
      {
        label: "状态码",
        align: "center",
        prop: "statusCode"
      },
      {
        label: "拉码流时间格式",
        align: "center",
        prop: "osdFormat"
      },
      {
        label: "OSD 信息",
        align: "center",
        prop: "osdInfo"
      },
      {
        label: "图片上的字幕时间",
        align: "center",
        prop: "osdTime"
      },
      {
        label: "摄像机标签",
        align: "center",
        prop: "tags"
      },
      {
        label: "更新时间",
        align: "center",
        prop: "updateTime"
      },
      {
        label: "视频码流获取时间",
        align: "center",
        prop: "videoGetTime"
      }
    ]
  },
  {
    title: '重点指挥图像在线率',
    columns: [
      {
        label: "区域路径信息",
        align: "center",
        prop: "arealayerPath"
      },
      {
        label: "行政区划编码",
        align: "center",
        prop: "arealayernoCode"
      },
      {
        label: "行政区划名称",
        align: "center",
        prop: "arealayernoName"
      },
      {
        label: "二进制租户ID",
        align: "center",
        prop: "binaryTenantId"
      },
      {
        label: "模糊",
        align: "center",
        prop: "blur"
      },
      {
        label: "模糊原始分值",
        align: "center",
        prop: "blurRaw"
      },
      {
        label: "模糊阈值",
        align: "center",
        prop: "blurThreshold"
      },
      {
        label: "颜色",
        align: "center",
        prop: "color"
      },
      {
        label: "颜色原始分值",
        align: "center",
        prop: "colorRaw"
      },
      {
        label: "颜色阈值",
        align: "center",
        prop: "colorThreshold"
      },
      {
        label: "解码信息",
        align: "center",
        prop: "decodeInfo"
      },
      {
        label: "设备国标ID",
        align: "center",
        prop: "deviceId"
      },
      {
        label: "设备IP",
        align: "center",
        prop: "deviceIp"
      },
      {
        label: "设备名称",
        align: "center",
        prop: "deviceName"
      },
      {
        label: "扩展JSON",
        align: "center",
        prop: "extJson"
      },
      {
        label: "丢帧率",
        align: "center",
        prop: "frameLostRate"
      },
      {
        label: "组ID",
        align: "center",
        prop: "groupId"
      },
      {
        label: "主键ID",
        align: "center",
        prop: "id"
      },
      {
        label: "IFM延迟",
        align: "center",
        prop: "ifmDelay"
      },
      {
        label: "图像路径",
        align: "center",
        prop: "imagePath"
      },
      {
        label: "图像状态",
        align: "center",
        prop: "imgStatus"
      },
      {
        label: "入网时间",
        align: "center",
        prop: "inTime"
      },
      {
        label: "纬度",
        align: "center",
        prop: "latitude"
      },
      {
        label: "亮度",
        align: "center",
        prop: "light"
      },
      {
        label: "亮度原始分值",
        align: "center",
        prop: "lightRaw"
      },
      {
        label: "亮度阈值",
        align: "center",
        prop: "lightThreshold"
      },
      {
        label: "经度",
        align: "center",
        prop: "longitude"
      },
      {
        label: "在线状态",
        align: "center",
        prop: "onlineStatus"
      },
      {
        label: "原始平台ID",
        align: "center",
        prop: "originalPlatId"
      },
      {
        label: "负载类型",
        align: "center",
        prop: "payloadType"
      },
      {
        label: "像素信息",
        align: "center",
        prop: "pixelInfo"
      },
      {
        label: "平台ID",
        align: "center",
        prop: "platId"
      },
      {
        label: "遮挡",
        align: "center",
        prop: "shade"
      },
      {
        label: "遮挡原始分值",
        align: "center",
        prop: "shadeRaw"
      },
      {
        label: "遮挡阈值",
        align: "center",
        prop: "shadeThreshold"
      },
      {
        label: "抖动",
        align: "center",
        prop: "shake"
      },
      {
        label: "抖动原始分值",
        align: "center",
        prop: "shakeRaw"
      },
      {
        label: "抖动阈值",
        align: "center",
        prop: "shakeThreshold"
      },
      {
        label: "无信号",
        align: "center",
        prop: "signa1"
      },
      {
        label: "无信号原始分值",
        align: "center",
        prop: "signa1Raw"
      },
      {
        label: "无信号状态",
        align: "center",
        prop: "signa1Status"
      },
      {
        label: "无信号阈值",
        align: "center",
        prop: "signa1Threshold"
      },
      {
        label: "SIP延迟",
        align: "center",
        prop: "sipDelay"
      },
      {
        label: "雪花",
        align: "center",
        prop: "snow"
      },
      {
        label: "雪花原始分值",
        align: "center",
        prop: "snowRaw"
      },
      {
        label: "雪花阈值",
        align: "center",
        prop: "snowThreshold"
      },
      {
        label: "条纹",
        align: "center",
        prop: "stripe"
      },
      {
        label: "条纹原始分值",
        align: "center",
        prop: "stripeRaw"
      },
      {
        label: "条纹阈值",
        align: "center",
        prop: "stripeThreshold"
      },
      {
        label: "摄像机标签",
        align: "center",
        prop: "tags"
      },
      {
        label: "任务创建时间",
        align: "center",
        prop: "taskCreateTime"
      },
      {
        label: "任务复检时间",
        align: "center",
        prop: "taskRecheckTime"
      },
      {
        label: "租户ID",
        align: "center",
        prop: "tenantId"
      },
      {
        label: "视频延迟",
        align: "center",
        prop: "videoDelay"
      },
      {
        label: "视频诊断状态",
        align: "center",
        prop: "videoDiagStatus"
      },
      {
        label: "视频诊断时间",
        align: "center",
        prop: "videoDiagTime"
      },
      {
        label: "视频获取状态",
        align: "center",
        prop: "videoGetStatus"
      },
      {
        label: "视频获取时间",
        align: "center",
        prop: "videoGetTime"
      },
      {
        label: "夜间VQD",
        align: "center",
        prop: "vqdAtNight"
      }
    ]
  },
  {
    title: '视频图像资源安全管理',
    columns: []
  },
  {
    title: "视频图像质量检测报告",
    columns: [
      {
        label: "行政区划编码",
        align: "center",
        prop: "arealayernoCode"
      },
      {
        label: "行政区划名称",
        align: "center",
        prop: "arealayernoName"
      },
      {
        label: "模糊",
        align: "center",
        prop: "blur"
      },
      {
        label: "模糊原始分值",
        align: "center",
        prop: "blurRaw"
      },
      {
        label: "颜色",
        align: "center",
        prop: "color"
      },
      {
        label: "颜色原始分值",
        align: "center",
        prop: "colorRaw"
      },
      {
        label: "摄像机-国标id",
        align: "center",
        prop: "deviceId"
      },
      {
        label: "摄像机ip",
        align: "center",
        prop: "deviceIp"
      },
      {
        label: "摄像机设备名称",
        align: "center",
        prop: "deviceName"
      },
      {
        label: "统计纬度",
        align: "center",
        prop: "dim"
      },
      {
        label: "图像是否正常",
        align: "center",
        prop: "isImgAbnormal"
      },
      {
        label: "信号是否丢失",
        align: "center",
        prop: "isSignalMiss"
      },
      {
        label: "亮度",
        align: "center",
        prop: "light"
      },
      {
        label: "亮度原始分值",
        align: "center",
        prop: "lightRaw"
      },
      {
        label: "遮挡",
        align: "center",
        prop: "shade"
      },
      {
        label: "遮挡原始分值",
        align: "center",
        prop: "shadeRaw"
      },
      {
        label: "抖动",
        align: "center",
        prop: "shake"
      },
      {
        label: "抖动原始分值",
        align: "center",
        prop: "shakeRaw"
      },
      {
        label: "无信号",
        align: "center",
        prop: "signa1"
      },
      {
        label: "无信号原始分值",
        align: "center",
        prop: "signa1Raw"
      },
      {
        label: "雪花",
        align: "center",
        prop: "snow"
      },
      {
        label: "雪花原始分值",
        align: "center",
        prop: "snowRaw"
      },
      {
        label: "排序属性",
        align: "center",
        prop: "sortFiled"
      },
      {
        label: "诊断状态编码",
        align: "center",
        prop: "status"
      },
      {
        label: "诊断状态名称",
        align: "center",
        prop: "statusName"
      },
      {
        label: "条纹",
        align: "center",
        prop: "stripe"
      },
      {
        label: "条纹原始分值",
        align: "center",
        prop: "stripeRaw"
      },
      {
        label: "诊断时间",
        align: "center",
        prop: "vqdTime"
      }
    ]
  }
];
 
export const carData = [];
 
export const faceData = [];
 
export const equipment = [];