chore: เพิ่มแสดงวัน

This commit is contained in:
setthawutttty 2025-07-15 14:49:30 +07:00
parent ef322c1862
commit 39d6c41890

View file

@ -334,7 +334,11 @@ onMounted(() => {
</div>
<div class="col-12 col-sm-12 col-md-7">
{{ formMainProject.totalTraining ?? "-" }}
{{
formMainProject.totalTraining
? `${formMainProject.totalTraining} วัน`
: "-"
}}
</div>
</div>
<!-- <div class="row col-12">