fixing
This commit is contained in:
parent
bef0a02763
commit
503b0d8da5
2 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,8 @@ export const useRetirementDataStore = defineStore("retirement", () => {
|
|||
return "ออกคำสั่งเสร็จแล้ว";
|
||||
case "CANCEL":
|
||||
return "ยกเลิกการลาออก";
|
||||
|
||||
case "DONEREJECT":
|
||||
return "ออกคำสั่งยกเลิกลาออกเสร็จแล้ว";
|
||||
default:
|
||||
return "-";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,8 +77,7 @@ const attachmentStatus = computed(() => {
|
|||
code.value != "c-pm-30" &&
|
||||
code.value != "c-pm-31" &&
|
||||
code.value != "c-pm-32" &&
|
||||
code.value != "c-pm-38" &&
|
||||
code.value != "c-pm-41"
|
||||
code.value != "c-pm-38"
|
||||
? true
|
||||
: false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue