แก้ convert
This commit is contained in:
parent
f784c5ecc3
commit
29b050b33d
2 changed files with 3 additions and 6 deletions
|
|
@ -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 "-";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue