Merge branch 'develop'
This commit is contained in:
commit
18c302c6e1
1 changed files with 4 additions and 4 deletions
|
|
@ -657,7 +657,7 @@ onMounted(async () => {
|
|||
{{ dataPerson.positionSide ? dataPerson.positionSide : "-" }}
|
||||
</div>
|
||||
<div class="col-4 text-grey">หน่วยงานที่สังกัด</div>
|
||||
<div class="col-8 text-weight-medium">
|
||||
<div class="col-8 text-weight-medium text-html">
|
||||
{{ dataPerson.org ? dataPerson.org : "-" }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1125,7 +1125,7 @@ onMounted(async () => {
|
|||
}}
|
||||
</div>
|
||||
<div class="col-4 text-grey">หน่วยงานที่สังกัด</div>
|
||||
<div class="col-8 text-weight-medium">
|
||||
<div class="col-8 text-weight-medium text-html">
|
||||
{{ dataGuarantor.org ? dataGuarantor.org : "-" }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -2238,9 +2238,9 @@ onMounted(async () => {
|
|||
dense
|
||||
readonly
|
||||
outlined
|
||||
:label="convertStudyPlace()"
|
||||
:label="'สถานที่ (เมือง/ประเทศ)'"
|
||||
class="inputgreen"
|
||||
v-model="formBody.studyPlace"
|
||||
v-model="formBody.studyCountry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue