fix
This commit is contained in:
parent
b8d8951c17
commit
e2f22cc9c0
3 changed files with 23 additions and 1 deletions
|
|
@ -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() {
|
|||
</q-card-section>
|
||||
|
||||
<q-separator />
|
||||
<q-card-actions align="right">
|
||||
<q-card-actions class="q-px-md items-center">
|
||||
<FooterContact />
|
||||
<q-space />
|
||||
<q-btn
|
||||
type="submit"
|
||||
for="#submitForm"
|
||||
|
|
|
|||
13
src/components/FooterContact.vue
Normal file
13
src/components/FooterContact.vue
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue