API ประเมืน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-22 16:00:05 +07:00
parent 0e5d15dc7c
commit 257b4a1424
16 changed files with 700 additions and 186 deletions

View file

@ -56,11 +56,11 @@ const { showLoader, hideLoader, messageError } = mixin;
<q-separator />
<q-tab-panels v-model="store.tabMenu" animated>
<q-tab-panel name="1">
<Tab1 :title="'ชำนาญการ'" />
<Tab1 :title="'ชำนาญการ'" :step="store.step" />
</q-tab-panel>
<q-tab-panel name="2">
<Tab1 :title="'ชำนาญการพิเศษ'"
<Tab1 :title="'ชำนาญการพิเศษ'" :step="store.step"
/></q-tab-panel>
</q-tab-panels>
</q-card>