From 48086bde3ff19c8cefb92c449ccadc6c9f9affae Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 13 十一月 2024 18:56:29 +0800 Subject: [PATCH] 车辆人脸点位在线离线时间点 --- src/views/system/data-manage/data-detail/list.js | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/system/data-manage/data-detail/list.js b/src/views/system/data-manage/data-detail/list.js index cf5171b..d2e0b1e 100644 --- a/src/views/system/data-manage/data-detail/list.js +++ b/src/views/system/data-manage/data-detail/list.js @@ -558,10 +558,10 @@ width: 200, }, { - label: '鏈�杩戠绾挎椂闂�', + label: '绂荤嚎鏃堕棿鐐�', align: 'center', prop: 'offLineTimeStr', - width: 200, + width: 400, }, { label: '鐩戞祴鏃堕棿', @@ -1927,6 +1927,12 @@ width: 200, }, { + label: '绂荤嚎鏃堕棿鐐�', + align: 'center', + prop: 'offLineTimeStr', + width: 400, + }, + { label: '鐩戞祴鏃堕棿', align: 'center', prop: 'mongoCreateTime', @@ -3057,6 +3063,12 @@ width: 200, }, { + label: '绂荤嚎鏃堕棿鐐�', + align: 'center', + prop: 'offLineTimeStr', + width: 400, + }, + { label: '鐩戞祴鏃堕棿', align: 'center', prop: 'mongoCreateTime', -- Gitblit v1.8.0