เพิ่ม วัน
This commit is contained in:
parent
9af702f459
commit
b936c356ec
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ const props = defineProps({
|
|||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 text-grey-8">จำนวนวันที่ลา</div>
|
||||
<div class="col-xs-12 col-md-6">
|
||||
{{ props.data.leaveTotal ? props.data.leaveTotal : "-" }}
|
||||
{{ props.data.leaveTotal ? props.data.leaveTotal + ` วัน` : "-" }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue