เพิ่มแบบสำรวจการทดลองงาน
This commit is contained in:
parent
837c338546
commit
7c8a9c77c0
2 changed files with 243 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ const TabsTemplate3 = defineAsyncComponent(
|
|||
const SummaryScore = defineAsyncComponent(
|
||||
() => import("@/modules/05_placement/components/probation/SummaryScore.vue")
|
||||
);
|
||||
const SummarySurvey = defineAsyncComponent(
|
||||
() => import("@/modules/05_placement/components/probation/SummarySurvey.vue")
|
||||
);
|
||||
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
|
|
@ -105,6 +108,12 @@ const personalId = ref<string>(route.params.personalId.toString());
|
|||
ผลการประเมินการ ฯ
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item active-class="text-primary bg-teal-1 text-weight-medium" clickable class="q-py-sm" dense v-ripple
|
||||
:active="activeTab == 'tab7'" @click="activeTab = 'tab7'">
|
||||
<q-item-section>
|
||||
แบบสํารวจความคิดเห็น
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
</q-list>
|
||||
</q-scroll-area>
|
||||
|
|
@ -135,6 +144,10 @@ const personalId = ref<string>(route.params.personalId.toString());
|
|||
<q-tab-panel name="tab6">
|
||||
<SummaryScore />
|
||||
</q-tab-panel>
|
||||
|
||||
<q-tab-panel name="tab7">
|
||||
<SummarySurvey />
|
||||
</q-tab-panel>
|
||||
|
||||
</q-tab-panels>
|
||||
</q-layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue