feat: เพิ่ม id ให้ form
This commit is contained in:
parent
0f8ea447f8
commit
555ece125c
8 changed files with 58 additions and 1 deletions
|
|
@ -61,6 +61,8 @@ defineProps<{
|
|||
</div>
|
||||
<div class="col-9 row q-col-gutter-md">
|
||||
<q-input
|
||||
for="input-employment-office"
|
||||
id="input-employment-office"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:readonly="readonly"
|
||||
|
|
@ -72,6 +74,7 @@ defineProps<{
|
|||
/>
|
||||
|
||||
<q-select
|
||||
id="select-business-type"
|
||||
emit-value
|
||||
option-value="label"
|
||||
option-label="label"
|
||||
|
|
@ -87,6 +90,8 @@ defineProps<{
|
|||
/>
|
||||
|
||||
<q-input
|
||||
for="input-bussiness-type-en"
|
||||
id="input-bussiness-type-en"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:readonly="readonly"
|
||||
|
|
@ -98,6 +103,7 @@ defineProps<{
|
|||
/>
|
||||
|
||||
<q-select
|
||||
id="select-job-position"
|
||||
emit-value
|
||||
option-value="label"
|
||||
option-label="label"
|
||||
|
|
@ -113,6 +119,8 @@ defineProps<{
|
|||
/>
|
||||
|
||||
<q-input
|
||||
for="input-job-position-en"
|
||||
id="input-job-position-en"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:readonly="readonly"
|
||||
|
|
@ -124,6 +132,8 @@ defineProps<{
|
|||
/>
|
||||
|
||||
<q-input
|
||||
for="input-job-description"
|
||||
id="input-job-description"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:readonly="readonly"
|
||||
|
|
@ -135,6 +145,7 @@ defineProps<{
|
|||
/>
|
||||
|
||||
<VueDatePicker
|
||||
id="date-picker-start-date"
|
||||
:teleport="true"
|
||||
utc
|
||||
autoApply
|
||||
|
|
@ -152,6 +163,7 @@ defineProps<{
|
|||
</template>
|
||||
<template #trigger>
|
||||
<q-input
|
||||
for="input-start-date"
|
||||
id="input-start-date"
|
||||
:label="$t('payDay')"
|
||||
:dense="dense"
|
||||
|
|
@ -182,6 +194,8 @@ defineProps<{
|
|||
</VueDatePicker>
|
||||
|
||||
<q-input
|
||||
for="input-pay-rate"
|
||||
id="input-pay-rate"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:readonly="readonly"
|
||||
|
|
@ -193,6 +207,8 @@ defineProps<{
|
|||
/>
|
||||
|
||||
<q-input
|
||||
for="input-sales-person"
|
||||
id="input-sales-person"
|
||||
:dense="dense"
|
||||
:outlined="!readonly"
|
||||
:readonly="readonly"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue