updated text

This commit is contained in:
Warunee Tamkoo 2024-07-12 13:33:29 +07:00
parent 2519b7939c
commit b3752f8269
4 changed files with 25 additions and 13 deletions

View file

@ -102,9 +102,9 @@ function fetchRoundOption(type: boolean = false) {
id: e.id,
name:
e.durationKPI === "OCT"
? "รอบตุลาคม"
? "รอบที่ 2 ตุลาคม"
: e.durationKPI === "APR"
? "รอบเมษายน"
? "รอบที่ 1 เมษายน"
: "",
}));
roundOp.value = list;