fix(issues): statusOptions value
This commit is contained in:
parent
ef2e9bd6a8
commit
d82d138c76
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export const useIssueStore = defineStore("issue", () => {
|
||||||
{ label: "Dev กำลังดำเนินการ", value: "IN_PROGRESS" },
|
{ label: "Dev กำลังดำเนินการ", value: "IN_PROGRESS" },
|
||||||
{ label: "แก้ไขแล้ว", value: "RESOLVED" },
|
{ label: "แก้ไขแล้ว", value: "RESOLVED" },
|
||||||
{ label: "Helpdesk กำลังดำเนินการ", value: "HELPDESK_IN_PROGRESS" },
|
{ label: "Helpdesk กำลังดำเนินการ", value: "HELPDESK_IN_PROGRESS" },
|
||||||
{ label: "แจ้งกลับแล้ว", value: "REPLIED " },
|
{ label: "แจ้งกลับแล้ว", value: "REPLIED" },
|
||||||
{ label: "ปิดแล้ว", value: "CLOSED" },
|
{ label: "ปิดแล้ว", value: "CLOSED" },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue