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
|
//ฟังก์ชั่นแปลง 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":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue