fix
This commit is contained in:
parent
13d541bc18
commit
a95e502b8d
3 changed files with 20 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue