hrms-mgt/src/components/FooterContact.vue

18 lines
559 B
Vue
Raw Normal View History

2026-03-25 11:05:28 +07:00
<template>
<div class="row items-center justify-center q-gutter-sm">
<q-icon name="support_agent" color="primary" size="sm" />
<span class="text-body2">
พบปญหาการใชงานกรณาตดตอผแลระบบ
2026-03-25 11:59:14 +07:00
<span class="text-weight-medium text-primary"
2026-03-25 12:10:53 +07:00
><a href="tel:0882649800" style="text-decoration: none; color: inherit"
>088-264-9800</a
>
2026-03-25 11:59:14 +07:00
</span>
2026-03-25 11:05:28 +07:00
</span>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>