hrms-checkin/src/components/FooterContact.vue
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 fa855b30c8 fix:style
2026-03-25 12:12:40 +07:00

17 lines
559 B
Vue

<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>