val:string
This commit is contained in:
parent
a147bd70ec
commit
4344ee4a44
42 changed files with 163 additions and 572 deletions
|
|
@ -126,7 +126,7 @@
|
|||
hide-bottom-space
|
||||
option-label="name"
|
||||
option-value="id"
|
||||
:rules="[(val) => val || 'กรุณาเลือกลำดับชั้นเครื่องราชฯ']"
|
||||
:rules="[(val:string) => val || 'กรุณาเลือกลำดับชั้นเครื่องราชฯ']"
|
||||
/>
|
||||
</q-td>
|
||||
<q-td
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@
|
|||
class="full-width datepicker q-pb-none"
|
||||
v-model="name"
|
||||
type="textarea"
|
||||
:rules="[(val) => (val && val.length > 0) || '']"
|
||||
:rules="[(val:string) => (val && val.length > 0) || '']"
|
||||
/>
|
||||
<q-option-group
|
||||
dense
|
||||
|
|
@ -218,8 +218,6 @@
|
|||
<q-separator />
|
||||
<q-card-actions align="right" class="text-primary">
|
||||
<q-btn unelevated label="บันทึก" color="public" type="submit">
|
||||
<!-- icon="mdi-content-save-outline"
|
||||
<q-tooltip>บันทึก</q-tooltip> -->
|
||||
</q-btn>
|
||||
</q-card-actions>
|
||||
</q-form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue