fix layout registry

This commit is contained in:
Warunee Tamkoo 2024-03-11 17:59:36 +07:00
parent 90d7cbe2ab
commit 0ef521ddb0
2 changed files with 5 additions and 4 deletions

View file

@ -329,7 +329,7 @@ watch(
</q-tr> </q-tr>
</template> </template>
<template v-slot:item="props" v-else> <template v-slot:item="props" v-else>
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2 q-pa-md"> <div class="col-xs-12 col-sm-4 col-md-3 q-pa-md">
<q-card flat bordered> <q-card flat bordered>
<q-card-section class="text-center"> <q-card-section class="text-center">
<q-avatar size="100px"> <q-avatar size="100px">

View file

@ -25,17 +25,17 @@ const itemsTab = ref<any>([
{ {
name: "3", name: "3",
icon: "mdi-cash", icon: "mdi-cash",
label: "ข้อมูลเงินเดือน/ค่าจ้าง", label: "เงินเดือน/ค่าจ้าง",
}, },
{ {
name: "4", name: "4",
icon: "mdi-medal", icon: "mdi-medal",
label: "ข้อมูลผลงานและเครื่องราชฯ", label: "ข้อมูลผลงาน",
}, },
{ {
name: "5", name: "5",
icon: "mdi-bookmark", icon: "mdi-bookmark",
label: "เอกสารหลักฐานและอื่นๆ", label: "ข้อมูลอื่นๆ",
}, },
]); ]);
@ -64,6 +64,7 @@ const splitterModel = ref<number>(12);
vertical vertical
transition-prev="jump-up" transition-prev="jump-up"
transition-next="jump-up" transition-next="jump-up"
class="q-pa-md"
> >
<q-tab-panel <q-tab-panel
v-for="(tab, index) in itemsTab" v-for="(tab, index) in itemsTab"