chore: เพิ่มแสดงวัน
This commit is contained in:
parent
ef322c1862
commit
39d6c41890
1 changed files with 5 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue