Merge branch 'develop' of github.com:Frappet/BMA-EHR-USER into develop

This commit is contained in:
Kittapath 2024-01-08 15:59:07 +07:00
commit cc4adfa849

View file

@ -48,6 +48,8 @@ export const useLeaveStore = defineStore("Leave", () => {
//ฟังก์ชั่นแปลง Status //ฟังก์ชั่นแปลง Status
function convertStatud(val: string) { function convertStatud(val: string) {
switch (val) { switch (val) {
case "DRAFT":
return "แบบร่าง";
case "NEW": case "NEW":
return "ใหม่"; return "ใหม่";
case "PENDING": case "PENDING":