แก้คำผิด
This commit is contained in:
parent
ae3cee9e2a
commit
e010b53061
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ export const useRequestEditStore = defineStore("requestEditStore", () => {
|
|||
{ id: "", name: "ทั้งหมด" },
|
||||
{ id: "PENDING", name: "รอดำเนินการ" },
|
||||
{ id: "COMPLETE", name: "ดำเนินการแก้ไขแล้ว" },
|
||||
{ id: "REJECT", name: "ไม่อนุมัตการแก้ไข" },
|
||||
{ id: "REJECT", name: "ไม่อนุมัติการแก้ไข" },
|
||||
]);
|
||||
|
||||
const optionStatusIDP = ref<DataOption[]>([
|
||||
|
|
@ -34,7 +34,7 @@ export const useRequestEditStore = defineStore("requestEditStore", () => {
|
|||
case "COMPLETE":
|
||||
return "ดำเนินการแก้ไขแล้ว";
|
||||
case "REJECT":
|
||||
return "ไม่อนุมัตการแก้ไข";
|
||||
return "ไม่อนุมัติการแก้ไข";
|
||||
default:
|
||||
return "-";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue