feat: add contact banner
This commit is contained in:
parent
1d99705b65
commit
e9c545a18d
4 changed files with 28 additions and 1 deletions
|
|
@ -1282,6 +1282,14 @@ 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>
|
||||
|
||||
<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