ปรับหน้ารายการเลื่อนเงินเดือนข้าราชการ
This commit is contained in:
parent
cbf34695b8
commit
f06d3174e4
5 changed files with 307 additions and 16 deletions
|
|
@ -295,13 +295,13 @@ async function filterFn(page: number) {
|
|||
/>
|
||||
</div>
|
||||
<div v-else-if="col.name === 'posList'" class="row">
|
||||
<div class="column">
|
||||
<div class="column text-weight-light">
|
||||
<span>ประเภทตำแหน่ง</span>
|
||||
<span>ระดับตำแหน่ง</span>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="column text-weight-light q-ml-sm">
|
||||
<div class="column q-ml-sm">
|
||||
<span>{{ props.row.posType }}</span>
|
||||
<span>{{ props.row.isSpecial ? `${props.row.posLevel} (ฉ)` : `${props.row.posLevel}` }}</span>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue