From cb549dd492bc05dd150ec28404d2d6306e39a091 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 26 Oct 2022 11:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=90=8E=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/device/tutelage/AppWristband/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/device/tutelage/AppWristband/components/List.vue b/packages/device/tutelage/AppWristband/components/List.vue index f7af9ccd..2cf92a7d 100644 --- a/packages/device/tutelage/AppWristband/components/List.vue +++ b/packages/device/tutelage/AppWristband/components/List.vue @@ -125,7 +125,7 @@ { prop: 'guardianCount', align: 'center', label: '监护人数' }, { prop: 'areaName', align: 'center', label: '所属地区' }, { prop: 'electricQuantity', align: 'center', label: '电量', formart: v => v ? `${v}%` : '-' }, - { prop: 'createTime', align: 'center', width: 150, label: '最后更新时间' }, + { prop: 'lastUpdateTime', align: 'center', width: 150, label: '最后更新时间' }, { prop: 'temperature', align: 'center', label: '体温' }, { prop: 'abnormalStatus',