ui คำขอประเมิน

This commit is contained in:
setthawutttty 2023-12-20 14:00:56 +07:00
parent f16295f335
commit 963448531f
5 changed files with 1018 additions and 44 deletions

View file

@ -199,7 +199,7 @@ onMounted(() => {
: 'col-xs-12 col-sm-5 row'
"
>
<q-card flat bordered class="col-12 q-pa-md">
<q-card flat bordered class="col-12 ">
<q-card-section>
<Step1 v-if="store.step === 1" />
<Step2 v-if="store.step === 2" @update:form="updateformCommand" />
@ -225,14 +225,7 @@ onMounted(() => {
></q-card>
</div>
</div>
<div class="q-mt-md q-gutter-md" align="right">
<q-btn
unelevated
label="ดำเนินการต่อ"
color="public"
@click="onCilckNextStep"
/>
</div>
</div>
</div>
</template>