เเก้คำ ประกาศเกษียณอายุราชการ
This commit is contained in:
parent
df7364f7b8
commit
d06b45ccdb
1 changed files with 2 additions and 2 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue