Update 12_FollowSpouseForm.vue
This commit is contained in:
parent
e10f0a9d98
commit
82b4134afd
1 changed files with 20 additions and 2 deletions
|
|
@ -377,8 +377,26 @@ function onValidate() {
|
||||||
</q-input>
|
</q-input>
|
||||||
</template>
|
</template>
|
||||||
</datepicker>
|
</datepicker>
|
||||||
<q-input class="col-md-3 col-sm-12" dense outlined ref="followHistoryRef" for="followHistoryRef" v-model="formData.followHistoryCountry" label="ประเทศ" />
|
<q-input
|
||||||
<q-input class="col-md-3 col-sm-12" dense outlined ref="followHistoryRef" for="followHistoryRef" v-model="formData.followHistoryTime" label="เป็นเวลา" />
|
class="col-md-3 col-sm-12"
|
||||||
|
dense
|
||||||
|
outlined
|
||||||
|
ref="followHistoryCountryRef"
|
||||||
|
for="followHistoryCountryRef"
|
||||||
|
v-model="formData.followHistoryCountry"
|
||||||
|
label="ประเทศ"
|
||||||
|
:rules="[val => !!val || `${'กรุณาเลือกประเทศ'}`]"
|
||||||
|
/>
|
||||||
|
<q-input
|
||||||
|
class="col-md-3 col-sm-12"
|
||||||
|
dense
|
||||||
|
outlined
|
||||||
|
ref="followHistoryTimeRef"
|
||||||
|
for="followHistoryTimeRef"
|
||||||
|
v-model="formData.followHistoryTime"
|
||||||
|
label="เป็นเวลา"
|
||||||
|
:rules="[val => !!val || `${'กรุณาเลือกเวลา'}`]"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<q-input type="textarea" class="col-md-12 col-sm-12" dense outlined ref="leaveDetailRef" for="leaveDetailRef" v-model="formData.leaveDetail" label="รายละเอียด" :readonly="!edit" />
|
<q-input type="textarea" class="col-md-12 col-sm-12" dense outlined ref="leaveDetailRef" for="leaveDetailRef" v-model="formData.leaveDetail" label="รายละเอียด" :readonly="!edit" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue