updated & fixing
This commit is contained in:
parent
a39a34b15f
commit
62af9f6a35
24 changed files with 392 additions and 352 deletions
|
|
@ -562,7 +562,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<div :class="$q.screen.gt.sm ? 'column' : 'row'">
|
||||
<span class="text-grey-6 col">ประเภทตำแหน่ง</span>
|
||||
<span class="text-grey-6 col">ตำแหน่งประเภท</span>
|
||||
<span class="text-weight-medium text-dark col">{{
|
||||
store.dataEvaluation.posTypeName
|
||||
}}</span>
|
||||
|
|
@ -570,7 +570,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<div :class="$q.screen.gt.sm ? 'column' : 'row'">
|
||||
<span class="text-grey-6 col">ระดับตำแหน่ง</span>
|
||||
<span class="text-grey-6 col">ระดับ</span>
|
||||
<span class="text-weight-medium text-dark col">{{
|
||||
store.dataEvaluation.posLevelName
|
||||
}}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue