ผังบัญชีค่าจ้างลูกจ้างประจำ => บัญชีโครงสร้าง
This commit is contained in:
parent
64683fc074
commit
febf161d81
10 changed files with 896 additions and 12 deletions
|
|
@ -296,18 +296,17 @@ async function filterFn(page: number) {
|
|||
</div>
|
||||
<div v-else-if="col.name === 'posList'" class="row">
|
||||
<div class="column text-weight-light">
|
||||
<span>ประเภทตำแหน่ง</span>
|
||||
<span>ระดับตำแหน่ง</span>
|
||||
|
||||
|
||||
</div>
|
||||
<span>ประเภทตำแหน่ง</span>
|
||||
<span>ระดับตำแหน่ง</span>
|
||||
</div>
|
||||
<div class="column q-ml-sm">
|
||||
<span>{{ props.row.posType }}</span>
|
||||
<span>{{ props.row.isSpecial ? `${props.row.posLevel} (ฉ)` : `${props.row.posLevel}` }}</span>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<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