ปรับรายการผังบัญชีเงินเดือนข้าราชการ

This commit is contained in:
setthawutttty 2024-03-07 15:44:47 +07:00
parent a5b53a705c
commit 24e0fc57fa

View file

@ -220,7 +220,7 @@ async function filterFn(page: number) {
<template>
<div class="row items-center">
<div class="toptitle text-dark row items-center q-py-xs">
รายการผงบญชเงนเดอนาราชการ
รายการผงบญชเงนเดอน
</div>
</div>
@ -294,9 +294,20 @@ async function filterFn(page: number) {
size="24px"
/>
</div>
<div v-else-if="col.name === 'posList'" class="column">
<div class="col text-weight-medium">{{ props.row.posType }}</div>
<div class="col text-weight-light">{{ props.row.isSpecial ? `${props.row.posLevel} (ฉ)` : `${props.row.posLevel}` }}</div>
<div v-else-if="col.name === 'posList'" class="row">
<div class="column">
<span>ประเภทตำแหน</span>
<span>ระดบตำแหน</span>
</div>
<div class="column text-weight-light q-ml-sm">
<span>{{ props.row.posType }}</span>
<span>{{ props.row.isSpecial ? `${props.row.posLevel} (ฉ)` : `${props.row.posLevel}` }}</span>
</div>
</div>
<div v-else-if="col.name === 'salaryType'">
{{