อื่น ๆ --> อื่นๆ
This commit is contained in:
parent
9f5147b923
commit
6b17fd4c25
13 changed files with 30 additions and 39 deletions
|
|
@ -1075,9 +1075,7 @@ onMounted(async () => {
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4 text-grey">ชื่อ-นามสกุล</div>
|
<div class="col-4 text-grey">ชื่อ-นามสกุล</div>
|
||||||
<div class="col-8 text-weight-medium">
|
<div class="col-8 text-weight-medium">
|
||||||
{{
|
{{ dataGuarantor.name ? dataGuarantor.name : "-" }}
|
||||||
dataGuarantor.name ? dataGuarantor.name : "-"
|
|
||||||
}}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4 text-grey">ตำแหน่ง</div>
|
<div class="col-4 text-grey">ตำแหน่ง</div>
|
||||||
<div class="col-8 text-weight-medium">
|
<div class="col-8 text-weight-medium">
|
||||||
|
|
|
||||||
|
|
@ -453,9 +453,7 @@ onMounted(() => {
|
||||||
<div
|
<div
|
||||||
class="row q-pa-sm text-weight-medium items-center q-col-gutter-sm"
|
class="row q-pa-sm text-weight-medium items-center q-col-gutter-sm"
|
||||||
>
|
>
|
||||||
<div class="col-8">
|
<div class="col-8">4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี)</div>
|
||||||
4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด (ถ้ามี)
|
|
||||||
</div>
|
|
||||||
<div class="col-2">
|
<div class="col-2">
|
||||||
<q-input
|
<q-input
|
||||||
bg-color="white"
|
bg-color="white"
|
||||||
|
|
|
||||||
|
|
@ -2134,8 +2134,7 @@ onMounted(async () => {
|
||||||
<q-item dense>
|
<q-item dense>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-item-label
|
<q-item-label
|
||||||
>4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด
|
>4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี)</q-item-label
|
||||||
(ถ้ามี)</q-item-label
|
|
||||||
>
|
>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
|
||||||
|
|
@ -1528,8 +1528,7 @@ onMounted(async () => {
|
||||||
<q-item dense tag="label" v-ripple>
|
<q-item dense tag="label" v-ripple>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-item-label
|
<q-item-label
|
||||||
>4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด
|
>4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี)</q-item-label
|
||||||
(ถ้ามี)</q-item-label
|
|
||||||
>
|
>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section side>
|
<q-item-section side>
|
||||||
|
|
@ -1645,8 +1644,7 @@ onMounted(async () => {
|
||||||
<q-item dense tag="label" v-ripple>
|
<q-item dense tag="label" v-ripple>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-item-label
|
<q-item-label
|
||||||
>4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด
|
>4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี)</q-item-label
|
||||||
(ถ้ามี)</q-item-label
|
|
||||||
>
|
>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section side>
|
<q-item-section side>
|
||||||
|
|
|
||||||
|
|
@ -304,9 +304,7 @@ onMounted(() => {
|
||||||
</div>
|
</div>
|
||||||
<q-separator class="q-my-xs" />
|
<q-separator class="q-my-xs" />
|
||||||
<div class="row q-gutter-md align-center q-pl-md">
|
<div class="row q-gutter-md align-center q-pl-md">
|
||||||
<div class="col-8">
|
<div class="col-8">4. การอบรมอื่นๆ ตามที่หน่วยงานกำหนด (ถ้ามี)</div>
|
||||||
4. การอบรมอื่น ๆ ตามที่หน่วยงานกำหนด (ถ้ามี)
|
|
||||||
</div>
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue