แก้ label ตำแหน่ง
This commit is contained in:
parent
f183c200f6
commit
bc9581edc0
1 changed files with 6 additions and 2 deletions
|
|
@ -477,7 +477,11 @@ watch(modal, (newValue) => {
|
||||||
:model-value="
|
:model-value="
|
||||||
goverment.position ? goverment.position : '-'
|
goverment.position ? goverment.position : '-'
|
||||||
"
|
"
|
||||||
label="ตำแหน่ง"
|
:label="
|
||||||
|
props.type.toLocaleLowerCase() == 'employee'
|
||||||
|
? 'ตำแหน่ง'
|
||||||
|
: 'ตำแหน่งในสายงาน'
|
||||||
|
"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-6 col-md-6">
|
<div class="col-xs-6 col-md-6">
|
||||||
|
|
@ -615,7 +619,7 @@ watch(modal, (newValue) => {
|
||||||
? govermentTemp.positionEmployeePositionId
|
? govermentTemp.positionEmployeePositionId
|
||||||
: '-'
|
: '-'
|
||||||
"
|
"
|
||||||
label="ตำแหน่งทางสายงาน"
|
label="ตำแหน่ง"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue