เพิ่มแสดง info
This commit is contained in:
parent
8da2bcc2a3
commit
96d228ccd7
4 changed files with 101 additions and 2 deletions
|
|
@ -384,7 +384,11 @@ async function fetchProfile(id: string, avatarName: string) {
|
|||
borderless
|
||||
readonly
|
||||
:model-value="goverment.posNo ? goverment.posNo : '-'"
|
||||
label="ตำแหน่งเลขที่"
|
||||
:label="
|
||||
props.type == 'employee'
|
||||
? 'ตำแหน่งเลขที่'
|
||||
: 'เลขที่ตำแหน่ง'
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-xs-6 col-md-6">
|
||||
|
|
@ -430,7 +434,7 @@ async function fetchProfile(id: string, avatarName: string) {
|
|||
:label="
|
||||
props.type == 'employee'
|
||||
? 'กลุ่มงาน'
|
||||
: 'ประเภทตำแหน่ง'
|
||||
: 'ตำแหน่งประเภท'
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue