Compare commits

..

No commits in common. "1a1b8ed2cf46d5616b520f64396ca6388d7df7ec" and "9fcea3ba951d6ef28af69ba16861c3a3a4cfe115" have entirely different histories.

View file

@ -16,7 +16,7 @@ export const useIssueStore = defineStore("issue", () => {
{ label: "Dev กำลังดำเนินการ", value: "IN_PROGRESS" },
{ label: "แก้ไขแล้ว", value: "RESOLVED" },
{ label: "Helpdesk กำลังดำเนินการ", value: "HELPDESK_IN_PROGRESS" },
{ label: "แจ้งกลับแล้ว", value: "REPLIED" },
{ label: "แจ้งกลับแล้ว", value: "REPLIED " },
{ label: "ปิดแล้ว", value: "CLOSED" },
]);