เพิ่มข้อมูลตำแหน่ง
This commit is contained in:
parent
5ebf832889
commit
dc1ea116c8
3 changed files with 83 additions and 53 deletions
|
|
@ -20,7 +20,7 @@ onMounted(() => {
|
|||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">ข้อมูลตำแหน่ง</div>
|
||||
|
||||
<q-card flat bordered class="q-pa-md">
|
||||
<q-card flat bordered >
|
||||
<q-tabs
|
||||
dense
|
||||
v-model="currentTab"
|
||||
|
|
@ -40,9 +40,11 @@ onMounted(() => {
|
|||
/>
|
||||
</q-tabs>
|
||||
<q-separator size="2px" />
|
||||
<div class="q-pa-md">
|
||||
<ListPosition v-if="currentTab == 'list_position'"/>
|
||||
<ListType v-if="currentTab == 'list_type'"/>
|
||||
<ListExecutive v-if="currentTab == 'list_executive'"/>
|
||||
</div>
|
||||
</q-card>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue