แก้ convert

This commit is contained in:
setthawutttty 2024-10-04 16:17:55 +07:00
parent f784c5ecc3
commit 29b050b33d
2 changed files with 3 additions and 6 deletions

View file

@ -16,10 +16,10 @@ export const useIndividualDevelopmentPlan = defineStore(
switch (val) {
case "PENDING":
return "รอดำเนินการ";
case "COMPLETE":
return "ดำเนินการแก้ไขแล้ว";
case "APPROVE":
return "อนุมัติ";
case "REJECT":
return "ไม่อนุมัตการแก้ไข";
return "ไม่อนุมัต";
default:
return "-";
}

View file

@ -446,9 +446,6 @@ onMounted(async () => {
/>
</div>
</div>
<div v-else class="table_ellipsis">
{{ col.value ? col.value : "-" }}
</div>
<div v-else class="table_ellipsis2">
{{ col.value ? col.value : "-" }}
</div>