Compare commits
No commits in common. "069a221b295aa69e29d5c3be2e6f28ffe9efbd9f" and "3afa3ce3e48deff3717e443de3e8903823bca18a" have entirely different histories.
069a221b29
...
3afa3ce3e4
5 changed files with 1 additions and 40 deletions
|
|
@ -11,7 +11,6 @@ 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();
|
||||
|
|
@ -392,11 +391,7 @@ function onClose() {
|
|||
</q-card-section>
|
||||
|
||||
<q-separator />
|
||||
<q-card-actions class="q-px-sm items-center">
|
||||
<div class="row items-center q-pa-sm">
|
||||
<FooterContact />
|
||||
</div>
|
||||
<q-space />
|
||||
<q-card-actions align="right">
|
||||
<q-btn
|
||||
type="submit"
|
||||
for="#submitForm"
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
<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"
|
||||
><a href="tel:0882649800" style="text-decoration: none; color: inherit"
|
||||
>088-264-9800</a
|
||||
>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
@ -22,12 +22,6 @@ export default defineComponent({
|
|||
label="กลับไปหน้าหลัก"
|
||||
no-caps
|
||||
/>
|
||||
|
||||
<div class="q-mt-xl text-subtitle1">
|
||||
<q-icon name="mdi-alert-circle-outline" size="20px" class="q-mr-sm" />
|
||||
พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ
|
||||
<span class="text-weight-bold q-ml-xs">088-264-9800</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -18,12 +18,6 @@
|
|||
label="กลับหน้าหลัก"
|
||||
no-caps
|
||||
/>
|
||||
|
||||
<div class="q-mt-xl text-subtitle1 text-grey-8">
|
||||
<q-icon name="mdi-alert-circle-outline" size="20px" class="q-mr-sm" />
|
||||
พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ
|
||||
<span class="text-weight-bold text-dark q-ml-xs">088-264-9800</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ 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 = {
|
||||
|
|
@ -1283,10 +1282,6 @@ function onViewDetailNoti(url: string) {
|
|||
<router-view :key="$route.fullPath" />
|
||||
</q-page>
|
||||
</q-page-container>
|
||||
<q-footer class="bg-grey-1 text-dark q-pa-md" bordered>
|
||||
<FooterContact />
|
||||
</q-footer>
|
||||
|
||||
<full-loader :visibility="loader" />
|
||||
<LoginLinkage v-model:modal="modalLoginLinkage" />
|
||||
<DialogDebug v-model:modal="modalDebug" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue