เพิ่ม เเสดง - เมื่อไม่มีข้อมูล
This commit is contained in:
parent
0a548e7666
commit
a457b0be98
1 changed files with 12 additions and 12 deletions
|
|
@ -336,19 +336,19 @@ onMounted(() => {
|
|||
<!-- data -->
|
||||
<div class="col-7">
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.positionEmployeeGroupId }}
|
||||
{{ dataEmployee.positionEmployeeGroupId ?? '-' }}
|
||||
</div>
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.positionEmployeeLineId }}
|
||||
{{ dataEmployee.positionEmployeeLineId ?? '-' }}
|
||||
</div>
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.positionEmployeePositionId }}
|
||||
{{ dataEmployee.positionEmployeePositionId ?? '-' }}
|
||||
</div>
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.employeeOc }}
|
||||
{{ dataEmployee.employeeOc ?? '-' }}
|
||||
</div>
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.employeeTypeIndividual }}
|
||||
{{ dataEmployee.employeeTypeIndividual ?? '-' }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -359,25 +359,25 @@ onMounted(() => {
|
|||
<div class="q-py-xs">ค่าจ้าง</div>
|
||||
<div class="q-py-xs">เงินเพิ่มการครองชึพชั่วคราว</div>
|
||||
<div class="q-py-xs">เงินช่วยเหลือการครองชึพชั่วคราว</div>
|
||||
<div class="q-py-xs">เงินสมทบประกันสังคม(ลูกจ้าง)</div>
|
||||
<div class="q-py-xs">เงินสมทบประกันสังคม(นายจ้าง)</div>
|
||||
<div class="q-py-xs">เงินสมทบประกันสังคม (ลูกจ้าง)</div>
|
||||
<div class="q-py-xs">เงินสมทบประกันสังคม (นายจ้าง)</div>
|
||||
</div>
|
||||
|
||||
<div class="col-7">
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.employeeWage }}
|
||||
{{ dataEmployee.employeeWage ?? '-' }}
|
||||
</div>
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.employeeMoneyIncrease }}
|
||||
{{ dataEmployee.employeeMoneyIncrease ?? '-' }}
|
||||
</div>
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.employeeMoneyAllowance }}
|
||||
{{ dataEmployee.employeeMoneyAllowance ?? '-' }}
|
||||
</div>
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.employeeMoneyEmployee }}
|
||||
{{ dataEmployee.employeeMoneyEmployee ?? '-' }}
|
||||
</div>
|
||||
<div class="q-py-xs">
|
||||
{{ dataEmployee.employeeMoneyEmployer }}
|
||||
{{ dataEmployee.employeeMoneyEmployer ?? '-' }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue