From 1bb7f6cb544775d52d4c11e2e6f79cbab9f1e376 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 17 Nov 2023 11:28:13 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20=E0=B8=9B=E0=B8=B8=E0=B9=88=E0=B8=A1=E0=B9=81=E0=B8=AA?= =?UTF-8?q?=E0=B8=94=E0=B8=87=20noti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MapCheckin.vue | 1 + src/interface/index/Main.ts | 8 ++- src/views/HomeView.vue | 92 +++++++++++++++++++++++++++++------ 3 files changed, 85 insertions(+), 16 deletions(-) diff --git a/src/components/MapCheckin.vue b/src/components/MapCheckin.vue index 1715422..5429b4e 100644 --- a/src/components/MapCheckin.vue +++ b/src/components/MapCheckin.vue @@ -88,6 +88,7 @@ onMounted(() => { disable-double-click-zoom :scrollwheel="false" gesture-handling="none" + :clickable-icons="false" > (false) +const notiList = ref([ + { + id: '1', + sender: 'ท', + body: 'ลงเวลา', + timereceive: new Date(), + }, +]) + // class const getClass = (val: boolean) => { return { @@ -244,21 +255,6 @@ onMounted(async () => {
- -
- - ลงเวลาเข้างาน - ลงเวลาออกงาน - -
{ @click="router.push('/history')" />
+ + ลงเวลาเข้างาน + ลงเวลาออกงาน + +
+ + + + {{ notiList.length }} + +
+
+ การแจ้งเตือน +
+
+ + + + + + {{ + n.sender + }} + + + + {{ + n.body + }} + {{ date2Thai(n.timereceive) }} + + + + + +
+
+