fix folder name 12 evaluate personal

This commit is contained in:
Warunee Tamkoo 2023-12-15 13:30:39 +07:00
parent cabe986fec
commit b3641876df
25 changed files with 99 additions and 172 deletions

View file

@ -0,0 +1,22 @@
<script setup lang="ts">
import { ref } from "vue";
const status = ref<string>("WAIT_CHECK_DOC_V2");
</script>
<template>
<div class="row">
<div class="col-12 text-center">
<q-badge
v-if="status == 'WAIT_CHECK_DOC_V2'"
outline
color="orange-5"
label="รอพิจารณาผลการประเมิน"
class="q-pa-sm"
style="font-size: 16px"
/>
</div>
</div>
</template>
<style scoped></style>