From cd828654365337f8ba75def1cf0ec27575c98274 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 13 十一月 2024 18:55:59 +0800 Subject: [PATCH] 车辆人脸点位在线离线时间点 --- src/views/system/data-manage/data-detail/list.js | 33 +++++++++++++++++++++++++++++---- 1 files changed, 29 insertions(+), 4 deletions(-) diff --git a/src/views/system/data-manage/data-detail/list.js b/src/views/system/data-manage/data-detail/list.js index 01b9cc9..d2e0b1e 100644 --- a/src/views/system/data-manage/data-detail/list.js +++ b/src/views/system/data-manage/data-detail/list.js @@ -512,7 +512,7 @@ optionsStatus: true, }, { - title: "鐐逛綅鍦ㄧ嚎鐜�", + title: "瑙嗛鐐逛綅鍦ㄧ嚎鐜�", index: 'site_online', columns: [ { @@ -558,6 +558,12 @@ width: 200, }, { + label: '绂荤嚎鏃堕棿鐐�', + align: 'center', + prop: 'offLineTimeStr', + width: 400, + }, + { label: '鐩戞祴鏃堕棿', align: 'center', prop: 'mongoCreateTime', @@ -594,7 +600,8 @@ {key: 4, label: `鏈�杩慞ing鐩戞祴鐘舵�乣, visible: true}, {key: 5, label: `褰撴棩鐩戞祴娆℃暟`, visible: true}, {key: 6, label: `褰撴棩绂荤嚎娆℃暟`, visible: true}, - {key: 7, label: `鐩戞祴鏃堕棿`, visible: true}, + {key: 7, label: `鏈�杩戠绾挎椂闂碻, visible: true}, + {key: 8, label: `鐩戞祴鏃堕棿`, visible: true}, ], options: [ {label: '鍦ㄧ嚎', value: 1}, @@ -1358,6 +1365,12 @@ width: 200 }, { + "label": "鍝佺墝", + "align": "center", + "prop": "deviceBrandStr", + width: 150 + }, + { "label": "osd鐪�", "align": "center", "prop": "osdProvince", @@ -1868,7 +1881,7 @@ optionsStatus: true, }, { - title: '鐐逛綅鍦ㄧ嚎鐜�', + title: '杞﹁締鐐逛綅鍦ㄧ嚎鐜�', index: 'site_online', columns: [ { @@ -1912,6 +1925,12 @@ align: 'center', prop: 'offLineCount', width: 200, + }, + { + label: '绂荤嚎鏃堕棿鐐�', + align: 'center', + prop: 'offLineTimeStr', + width: 400, }, { label: '鐩戞祴鏃堕棿', @@ -2998,7 +3017,7 @@ optionsStatus: true, }, { - title: '鐐逛綅鍦ㄧ嚎鐜�', + title: '浜鸿劯鐐逛綅鍦ㄧ嚎鐜�', index: 'site_online', columns: [ { @@ -3044,6 +3063,12 @@ width: 200, }, { + label: '绂荤嚎鏃堕棿鐐�', + align: 'center', + prop: 'offLineTimeStr', + width: 400, + }, + { label: '鐩戞祴鏃堕棿', align: 'center', prop: 'mongoCreateTime', -- Gitblit v1.8.0