val:string

This commit is contained in:
STW_TTTY\stwtt 2024-09-20 15:23:06 +07:00
parent a147bd70ec
commit 4344ee4a44
42 changed files with 163 additions and 572 deletions

View file

@ -126,7 +126,7 @@
hide-bottom-space
option-label="name"
option-value="id"
:rules="[(val) => val || 'กรุณาเลือกลำดับชั้นเครื่องราชฯ']"
:rules="[(val:string) => val || 'กรุณาเลือกลำดับชั้นเครื่องราชฯ']"
/>
</q-td>
<q-td

View file

@ -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>