แก้รักษาการ
This commit is contained in:
parent
6c0f4530ab
commit
aad08aba0e
3 changed files with 11 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ import { useCounterMixin } from "@/stores/mixin";
|
|||
import type {
|
||||
DataOption,
|
||||
DataPerson,
|
||||
PersonData
|
||||
PersonData,
|
||||
} from "@/modules/15_development/interface/index/Main";
|
||||
import type { FormsSholarship } from "@/modules/15_development/interface/request/Scholarship";
|
||||
import type { DataSholarship } from "@/modules/15_development/interface/response/Scholarship";
|
||||
|
|
@ -621,7 +621,7 @@ onMounted(() => {
|
|||
<div class="col-8 text-weight-medium">
|
||||
{{ dataPerson.position }}
|
||||
</div>
|
||||
<div class="col-4 text-grey">ประเภทตำแหน่ง</div>
|
||||
<div class="col-4 text-grey">ตำแหน่งประเภท</div>
|
||||
<div class="col-8 text-weight-medium">
|
||||
{{ dataPerson.type }}
|
||||
</div>
|
||||
|
|
@ -1149,7 +1149,7 @@ onMounted(() => {
|
|||
<div class="col-8 text-weight-medium">
|
||||
{{ dataGuarantor.position }}
|
||||
</div>
|
||||
<div class="col-4 text-grey">ประเภท</div>
|
||||
<div class="col-4 text-grey">ตำแหน่งประเภท</div>
|
||||
<div class="col-8 text-weight-medium">
|
||||
{{ dataGuarantor.type }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue