From fbda3fa388f69165e3e1d820a0f1d3a609bdfa37 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Thu, 23 Dec 2021 16:49:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/List/List.vue | 218 +++++++++++++++++++++++++++++++---- 1 file changed, 194 insertions(+), 24 deletions(-) diff --git a/src/components/List/List.vue b/src/components/List/List.vue index 7bcf6ba..d1b2c7a 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -33,12 +33,11 @@ {{ $moment(record.morning - 0).format('HH:mm') }} - 未打卡 + 未打卡 打卡 @@ -119,12 +118,11 @@ {{ $moment(record.night - 0).format('HH:mm') }} - 未打卡 + 未打卡 打卡 @@ -186,7 +184,7 @@