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) }} + + + + + +
+
+