เพิ่มแสดง info

This commit is contained in:
setthawutttty 2025-03-19 10:29:58 +07:00
parent 8da2bcc2a3
commit 96d228ccd7
4 changed files with 101 additions and 2 deletions

View file

@ -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>