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:54:34 +07:00
|
|
|
<span class="text-weight-medium text-primary"><a href="tel:0882649800">088-264-9800</a>
|
|
|
|
|
</span>
|
2026-03-25 11:05:28 +07:00
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup lang="ts"></script>
|
|
|
|
|
|
|
|
|
|
<style scoped></style>
|