Merge commit 'dc3e62dc68' into develop

This commit is contained in:
Warunee Tamkoo 2024-11-21 17:00:34 +07:00
commit 027e668fa6
8 changed files with 194 additions and 75 deletions

View file

@ -343,7 +343,6 @@ onMounted(() => {
outlined
dense
lazy-rules
class="inputgreen"
borderless
v-model="fullName"
:label="`${'ชื่อ-นามสกุล'}`"
@ -362,7 +361,7 @@ onMounted(() => {
<q-input
:rules="[(val:string) => !!val || 'กรุณาเลือกเครื่องราชฯ']"
v-model="brand"
disable
readonly
dense
outlined
lazy-rules