2024-02-08 16:31:21 +07:00
|
|
|
<script setup lang="ts">
|
|
|
|
|
import Registry from "@/modules/04_registryNew/components/registry/registry.vue";
|
|
|
|
|
</script>
|
2024-01-12 13:54:47 +07:00
|
|
|
<template>
|
2024-02-08 16:31:21 +07:00
|
|
|
<div class="toptitle text-dark col-12 row items-center">
|
|
|
|
|
ข้อมูลทะเบียนประวัติ
|
|
|
|
|
</div>
|
2024-01-12 13:54:47 +07:00
|
|
|
|
2024-02-08 16:31:21 +07:00
|
|
|
<q-card flat bordered class="q-pa-md"> <Registry /> </q-card>
|
|
|
|
|
</template>
|
2024-01-12 13:54:47 +07:00
|
|
|
|
|
|
|
|
<style scoped></style>
|