This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-25 11:05:40 +07:00
parent 13d541bc18
commit a95e502b8d
3 changed files with 20 additions and 15 deletions

View file

@ -13,6 +13,7 @@ import config from "@/app.config";
import type { MenuMainList } from "@/modules/01_dashboard/interface/Main";
import DialogHeader from "@/components/DialogHeader.vue";
import FooterContact from "@/components/FooterContact.vue";
const $q = useQuasar();
const store = usePositionKeycloakStore();
@ -355,12 +356,7 @@ function onClose() {
<q-separator />
<q-card-actions class="q-px-md items-center">
<div class="text-caption text-grey-8 q-pa-sm">
*พบปญหาการใชงานกรณาตดตอผแลระบบ
<span class="text-weight-bold text-grey-8 q-ml-xs"
>088-264-9800</span
>
</div>
<FooterContact />
<q-space />
<q-btn
type="submit"

View file

@ -0,0 +1,13 @@
<template>
<div class="row items-center justify-center q-gutter-sm">
<q-icon name="support_agent" color="primary" size="sm" />
<span class="text-body2">
พบปญหาการใชงานกรณาตดตอผแลระบบ
<span class="text-weight-medium text-primary">088-264-9800</span>
</span>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>

View file

@ -20,6 +20,7 @@ import { useKpiDataStore } from "@/modules/08_KPI/store";
import DialogResetPass from "@/components/DialogResetPass.vue";
import DialogDebug from "@/components/DialogDebug.vue";
import FooterContact from "@/components/FooterContact.vue";
// landing page config url
const configParam = {
@ -765,17 +766,12 @@ watch(
"
>
<router-view :key="$route.fullPath" />
<!-- Footer Contact Info -->
<div class="row justify-center q-mt-sm">
<div class="text-caption text-grey-7 row items-center px-4" style="border-radius: 20px; background-color: #f1f5f9; ">
พบปญหาการใชงานกรณาตดตอผแลระบบ
<q-icon name="mdi-phone" size="16px" class="q-mx-xs" />
<span class="text-weight-bold">088-264-9800</span>
</div>
</div>
</q-page>
</q-page-container>
<q-footer class="bg-grey-1 text-dark q-pa-md">
<FooterContact />
</q-footer>
</q-layout>
<DialogResetPass v-model="modalResetPass" />