From e2f22cc9c056c5eacabbdc7427fb0888d9ed4b35 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 25 Mar 2026 11:06:00 +0700 Subject: [PATCH 1/4] fix --- src/components/DialogDebug.vue | 5 ++++- src/components/FooterContact.vue | 13 +++++++++++++ src/views/MainView.vue | 6 ++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 src/components/FooterContact.vue diff --git a/src/components/DialogDebug.vue b/src/components/DialogDebug.vue index 5fa1f3f..ab55a0e 100644 --- a/src/components/DialogDebug.vue +++ b/src/components/DialogDebug.vue @@ -11,6 +11,7 @@ import http from '@/plugins/http' import config from '@/app.config' import DialogHeader from '@/components/DialogHeader.vue' +import FooterContact from '@/components/FooterContact.vue' const $q = useQuasar() const store = usePositionKeycloakStore() @@ -343,7 +344,9 @@ function onClose() { - + + + +
+ + + พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ + 088-264-9800 + +
+ + + + + diff --git a/src/views/MainView.vue b/src/views/MainView.vue index eda5edc..e34ab53 100644 --- a/src/views/MainView.vue +++ b/src/views/MainView.vue @@ -17,6 +17,7 @@ import { usePositionKeycloakStore } from '@/stores/positionKeycloak' import DialogHeader from '@/components/DialogHeader.vue' import PopupPrivacy from '@/components/PopupPrivacy.vue' import DialogDebug from '@/components/DialogDebug.vue' +import FooterContact from '@/components/FooterContact.vue' const mixin = useCounterMixin() const privacyStore = usePrivacyStore() @@ -561,6 +562,11 @@ onMounted(async () => { + + + + + From 66a48f38302946708ea52af51dcd4f2da33dd864 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 25 Mar 2026 11:58:46 +0700 Subject: [PATCH 2/4] fix:tel --- src/components/FooterContact.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/FooterContact.vue b/src/components/FooterContact.vue index fe21234..025aed3 100644 --- a/src/components/FooterContact.vue +++ b/src/components/FooterContact.vue @@ -3,7 +3,9 @@ พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ - 088-264-9800 + 088-264-9800 From fa855b30c84b55f797725f8e3861554f1ef8c07f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 25 Mar 2026 12:12:40 +0700 Subject: [PATCH 3/4] fix:style --- src/components/FooterContact.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/FooterContact.vue b/src/components/FooterContact.vue index 025aed3..4df5d53 100644 --- a/src/components/FooterContact.vue +++ b/src/components/FooterContact.vue @@ -4,7 +4,9 @@ พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ 088-264-9800088-264-9800 From f53327e2d9b8d71373783d4f5844082c81763d4d Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 27 Mar 2026 20:57:24 +0700 Subject: [PATCH 4/4] fix on mobile hidden contact --- src/views/MainView.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/MainView.vue b/src/views/MainView.vue index e34ab53..c8bc1d8 100644 --- a/src/views/MainView.vue +++ b/src/views/MainView.vue @@ -564,7 +564,10 @@ onMounted(async () => { - + @@ -720,4 +723,8 @@ onMounted(async () => { background-color: #016987; color: #fff; } + +.hidden { + display: none !important; +}