แก้ label ตำแหน่ง

This commit is contained in:
Warunee Tamkoo 2025-05-06 16:19:12 +07:00
parent f183c200f6
commit bc9581edc0

View file

@ -477,7 +477,11 @@ watch(modal, (newValue) => {
:model-value="
goverment.position ? goverment.position : '-'
"
label="ตำแหน่ง"
:label="
props.type.toLocaleLowerCase() == 'employee'
? 'ตำแหน่ง'
: 'ตำแหน่งในสายงาน'
"
/>
</div>
<div class="col-xs-6 col-md-6">
@ -615,7 +619,7 @@ watch(modal, (newValue) => {
? govermentTemp.positionEmployeePositionId
: '-'
"
label="ตำแหน่งทางสายงาน"
label="ตำแหน่ง"
/>
</div>