แก้ 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) { switch (val) {
case "PENDING": case "PENDING":
return "รอดำเนินการ"; return "รอดำเนินการ";
case "COMPLETE": case "APPROVE":
return "ดำเนินการแก้ไขแล้ว"; return "อนุมัติ";
case "REJECT": case "REJECT":
return "ไม่อนุมัตการแก้ไข"; return "ไม่อนุมัต";
default: default:
return "-"; return "-";
} }

View file

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