This commit is contained in:
Warunee Tamkoo 2023-12-23 18:49:03 +07:00
parent daafbd3991
commit 25bebeae4e
7 changed files with 133 additions and 44 deletions

View file

@ -266,6 +266,7 @@ onMounted(async () => {
</div>
<div class="row col-12 q-col-gutter-md q-pa-sm">
<q-input
:readonly="store.currentStep != 6"
ref="commanderFullnameRef"
dense
class="col-xs-12 col-sm-6"
@ -277,6 +278,7 @@ onMounted(async () => {
lazy-rules
/>
<q-input
:readonly="store.currentStep != 6"
ref="commanderPositionRef"
class="col-xs-12 col-sm-6"
dense
@ -298,6 +300,7 @@ onMounted(async () => {
</div>
<div class="row col-12 q-col-gutter-md q-pa-sm">
<q-input
:readonly="store.currentStep != 6"
ref="commanderAboveFullnameRef"
dense
class="col-xs-12 col-sm-6"
@ -309,6 +312,7 @@ onMounted(async () => {
@update:model-value="updateInput(formCommand)"
/>
<q-input
:readonly="store.currentStep != 6"
ref="commanderAbovePositionRef"
class="col-xs-12 col-sm-6"
dense