updated competency

This commit is contained in:
Warunee Tamkoo 2024-04-22 18:14:48 +07:00
parent 3ed6834933
commit 880f244c1b
6 changed files with 156 additions and 74 deletions

View file

@ -2,8 +2,8 @@
import { useQuasar, type QTableProps } from "quasar";
import { ref, onMounted } from "vue";
import Work from "@/modules/08_KPI/components/Tab/Topic/01_Template.vue";
import Capacity from "@/modules/08_KPI/components/Tab/Topic/02_Template.vue";
import Work from "@/modules/08_KPI/components/Tab/Topic/01_Indicator.vue";
import Competency from "@/modules/08_KPI/components/Tab/Topic/02_Competency.vue";
const rows_01 = ref<any[]>();
const rows_02 = ref<any[]>();
@ -35,6 +35,7 @@ onMounted(() => {
getList();
});
</script>
<template>
<q-scroll-area
style="height: 56vh"
@ -82,12 +83,7 @@ onMounted(() => {
<span class="q-ml-sm"> พฤตกรรมการปฎราชการ (สมรรถนะ)</span>
</div>
<Capacity v-model:data="rows_04" :title="`1. สมรรถนะหลัก`" :page="1" />
<Capacity
v-model:data="rows_05"
:title="`2. สมรรถนะประจำกลุ่ม`"
:page="2"
/>
<Competency />
<div class="row text-body2 text-weight-bold justify-center">
<span>ผลการประเมนสมรรถนะ (20 คะแนน)</span>
@ -96,6 +92,7 @@ onMounted(() => {
</div>
</q-scroll-area>
</template>
<style scoped>
.txt-under {
text-decoration: underline;