เเก้คำ ประกาศเกษียณอายุราชการ
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",
|
name: "typeReport",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ประเภทประการ",
|
label: "ประเภทประกาศ",
|
||||||
field: "typeReport",
|
field: "typeReport",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
|
|
@ -611,7 +611,7 @@ const typeReportChangeName = (val: string) => {
|
||||||
console.log(val);
|
console.log(val);
|
||||||
switch (val) {
|
switch (val) {
|
||||||
case "EDIT":
|
case "EDIT":
|
||||||
return "ประกาศแก้ไข้เกษียณ";
|
return "ประกาศแก้ไขเกษียณ";
|
||||||
case "ADD":
|
case "ADD":
|
||||||
return "ประกาศเพิ่มเกษียณ";
|
return "ประกาศเพิ่มเกษียณ";
|
||||||
case "REMOVE":
|
case "REMOVE":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue