แก้ชื่อฟิล ประเมินบุคคล/วินัย/การลา

This commit is contained in:
setthawutttty 2025-03-18 13:46:14 +07:00
parent 6da4d8efc8
commit acd9486a21
18 changed files with 24 additions and 24 deletions

View file

@ -44,9 +44,9 @@ export const useEvalutuonStore = defineStore("EvalutuonStore", () => {
function convertType(val: string) {
if (val === "EXPERT") {
return "ชำนาญการ";
} else {
} else if (val == "SPECIAL_EXPERT") {
return "ชำนาญการพิเศษ";
}
} else return "เชี่ยวชาญ";
}
const rows = ref<EvaluateList[]>([]);
@ -134,7 +134,7 @@ export const useEvalutuonStore = defineStore("EvalutuonStore", () => {
{
name: "positionNumber",
align: "left",
label: "ตำแหน่งเลขที่",
label: "เลขที่ตำแหน่ง",
sortable: true,
field: "positionNumber",
headerStyle: "font-size: 14px",