This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-25 11:05:28 +07:00
parent e9c545a18d
commit 140553666d
3 changed files with 20 additions and 12 deletions

View file

@ -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();
@ -391,12 +392,9 @@ function onClose() {
</q-card-section>
<q-separator />
<q-card-actions class="q-px-md items-center">
<div class="text-caption text-grey-8 q-ml-xs q-pa-sm">
*พบปญหาการใชงานกรณาตดตอผแลระบบ
<span class="text-weight-bold text-grey-8 q-ml-xs"
>088-264-9800</span
>
<q-card-actions class="q-px-sm items-center">
<div class="row items-center q-pa-sm">
<FooterContact />
</div>
<q-space />
<q-btn

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

@ -28,6 +28,7 @@ import { tabList, tabListPlacement } from "../interface/request/main/main";
import LoginLinkage from "@/components/LoginLinkage.vue";
import DialogDebug from "@/components/Dialogs/DialogDebug.vue";
import FooterContact from "@/components/FooterContact.vue";
// landing page config url
const configParam = {
@ -1282,12 +1283,8 @@ function onViewDetailNoti(url: string) {
<router-view :key="$route.fullPath" />
</q-page>
</q-page-container>
<q-footer class="bg-grey-2 text-grey-7 q-py-sm" bordered>
<div class="row justify-center items-center text-caption" style="font-size: 13px;">
<q-icon name="mdi-alert-circle-outline" size="18px" class="q-mr-sm" />
พบปญหาการใชงานกรณาตดตอผแลระบบ
<span class="text-weight-bold text-grey-9 q-ml-xs">088-264-9800</span>
</div>
<q-footer class="bg-grey-1 text-dark q-pa-md" bordered>
<FooterContact />
</q-footer>
<full-loader :visibility="loader" />