ทะเบียนประวัติ
This commit is contained in:
parent
2edda09818
commit
a20426bdf8
20 changed files with 931 additions and 794 deletions
|
|
@ -394,7 +394,9 @@ onMounted(async () => {
|
|||
{{
|
||||
labelOption.posType !== "ทั้งหมด"
|
||||
? labelOption.posType
|
||||
: `ประเภทตำแหน่ง${labelOption.posType}`
|
||||
: empType === "officer"
|
||||
? `ประเภทตำแหน่ง${labelOption.posType}`
|
||||
: `กลุ่มงาน${labelOption.posType}`
|
||||
}}
|
||||
<q-btn
|
||||
size="10px"
|
||||
|
|
@ -435,7 +437,9 @@ onMounted(async () => {
|
|||
{{
|
||||
labelOption.posLevel !== "ทั้งหมด"
|
||||
? labelOption.posLevel
|
||||
: `ระดับตำแหน่ง${labelOption.posLevel}`
|
||||
: empType === "officer"
|
||||
? `ระดับตำแหน่ง${labelOption.posLevel}`
|
||||
: `ระดับชั้นงาน${labelOption.posLevel}`
|
||||
}}
|
||||
<q-btn
|
||||
size="10px"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue