ปรับรายการผังบัญชีเงินเดือนข้าราชการ
This commit is contained in:
parent
a5b53a705c
commit
24e0fc57fa
1 changed files with 15 additions and 4 deletions
|
|
@ -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'">
|
||||
{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue