fixing
This commit is contained in:
parent
749933a68f
commit
f8da86524b
2 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@ onMounted(async () => {
|
||||||
class="q-mr-sm"
|
class="q-mr-sm"
|
||||||
@click="router.go(-1)"
|
@click="router.go(-1)"
|
||||||
/>
|
/>
|
||||||
อัตราค่าจ้าง กลุ่มที่{{ groupSalary }}
|
อัตราค่าจ้างของ กลุ่มที่ {{ groupSalary }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<q-card flat bordered class="q-pa-md">
|
<q-card flat bordered class="q-pa-md">
|
||||||
|
|
|
||||||
|
|
@ -240,7 +240,7 @@ watch([() => formQuery.page, () => formQuery.pageSize], async () => {
|
||||||
class="q-mr-sm"
|
class="q-mr-sm"
|
||||||
@click="router.go(-1)"
|
@click="router.go(-1)"
|
||||||
/>
|
/>
|
||||||
อัตราเงินเดือน ของ{{ posType }}
|
อัตราเงินเดือนของ {{ posType }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<q-card flat bordered class="q-pa-md">
|
<q-card flat bordered class="q-pa-md">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue