เเก้คำ ประกาศเกษียณอายุราชการ

This commit is contained in:
setthawutttty 2023-08-16 17:35:28 +07:00
parent df7364f7b8
commit d06b45ccdb

View file

@ -341,7 +341,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "typeReport",
align: "left",
label: "ประเภทประกา",
label: "ประเภทประกา",
field: "typeReport",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -611,7 +611,7 @@ const typeReportChangeName = (val: string) => {
console.log(val);
switch (val) {
case "EDIT":
return "ประกาศแก้ไขเกษียณ";
return "ประกาศแก้ไขเกษียณ";
case "ADD":
return "ประกาศเพิ่มเกษียณ";
case "REMOVE":