diff --git a/src/modules/13_salary/components/SalaryLists/TabMain.vue b/src/modules/13_salary/components/SalaryLists/TabMain.vue index 0f75e475e..83cf99173 100644 --- a/src/modules/13_salary/components/SalaryLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryLists/TabMain.vue @@ -6,7 +6,6 @@ import config from "@/app.config"; import genReportXLSX from "@/plugins/genreportxlsx"; import DialogInfoCriteria from "@/modules/13_salary/components/SalaryLists/DialogInfoCriteria.vue"; - /** importType*/ import type { DataOption } from "@/modules/13_salary/interface/index/Main"; import type { DataFilter } from "@/modules/13_salary/interface/index/SalaryList"; @@ -209,7 +208,7 @@ function fetchDataQuota(id: string) { itemsCard.value[0].total = data.total; itemsCard.value[1].total = data.fifteenPercent; itemsCard.value[2].total = data.chosen; - itemsCard.value[3].total = data.remaining; + itemsCard.value[3].total = data.remaining; itemsCard.value[4].total = data.totalBackup; itemsCard.value[5].total = data.currentAmount; @@ -218,7 +217,7 @@ function fetchDataQuota(id: string) { itemsCard.value[8].total = data.sixPercentSpentAmount; itemsCard.value[9].total = data.useAmount; itemsCard.value[10].total = data.remainingAmount; - + itemsCard.value[11].total = data.totalBackup; }) .catch((err) => { @@ -323,7 +322,72 @@ onMounted(async () => { :key="index" @click="changeTabGroup" > - + + + + + + + ทั่วไป: + ปฏิบัติงาน,ชำนาญงาน,อาวุโส + + + + + + วิชาการ: + ปฏิบัติการ,ชำนาญการ,ชำนาญการพิเศษ + + + + + + + อำนวยการ: + ต้น + + + + + + + + ทั่วไป: + ทักษะพิเศษ + + + + + + วิชาการ: + เชี่ยวชาญ,ทรงคุณวุฒิ + + + + + + + อำนวยการ: + สูง + + + + + + บริหาร: + ต้น,สูง + + + + + @@ -346,7 +410,11 @@ onMounted(async () => { >
-
+