แบ่ง Layout ประเมินบุคคลใหม่

This commit is contained in:
Tanyalak 2024-01-17 09:27:57 +07:00
parent 516c78d5ab
commit c3191c2fb4
7 changed files with 553 additions and 575 deletions

View file

@ -5,17 +5,15 @@ const status = ref<string>("WAIT_CHECK_DOC_V1");
</script>
<template>
<div class="row">
<div class="col-12 text-center">
<q-badge
v-if="status == 'WAIT_CHECK_DOC_V1'"
outline
color="orange-5"
label="รอตรวจสอบคุณสมบัติ"
class="q-pa-sm"
style="font-size: 16px"
/>
</div>
<div class="col-12 row justify-center">
<q-badge
v-if="status == 'WAIT_CHECK_DOC_V1'"
outline
color="orange-5"
label="รอตรวจสอบคุณสมบัติ"
class="q-pa-sm"
style="font-size: 16px"
/>
</div>
</template>