2024-01-22 17:46:09 +07:00
|
|
|
<script setup lang="ts">
|
2024-01-25 09:16:57 +07:00
|
|
|
import InsigniaType from "@/modules/01_metadataNew/components/insignia/InsigniaType.vue";
|
2024-01-22 17:46:09 +07:00
|
|
|
</script>
|
2024-01-12 13:54:47 +07:00
|
|
|
<template>
|
2024-01-22 17:46:09 +07:00
|
|
|
<div class="toptitle text-dark col-12 row items-center">
|
|
|
|
|
ข้อมูลเครื่องราชอิสริยาภรณ์
|
|
|
|
|
</div>
|
2024-01-12 13:54:47 +07:00
|
|
|
|
2024-01-24 18:02:46 +07:00
|
|
|
<q-card flat bordered class="q-pa-md"> <InsigniaType /> </q-card>
|
2024-01-22 17:46:09 +07:00
|
|
|
</template>
|
2024-01-12 13:54:47 +07:00
|
|
|
|
2024-01-22 17:46:09 +07:00
|
|
|
<style scoped></style>
|