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

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