แก้ชื่อฟิล ประเมินบุคคล/วินัย/การลา
This commit is contained in:
parent
6da4d8efc8
commit
acd9486a21
18 changed files with 24 additions and 24 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue