Merge branch 'develop' of github.com:Frappet/BMA-EHR-USER into develop
This commit is contained in:
commit
cc4adfa849
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ export const useLeaveStore = defineStore("Leave", () => {
|
|||
//ฟังก์ชั่นแปลง Status
|
||||
function convertStatud(val: string) {
|
||||
switch (val) {
|
||||
case "DRAFT":
|
||||
return "แบบร่าง";
|
||||
case "NEW":
|
||||
return "ใหม่";
|
||||
case "PENDING":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue