ปรับข้อความรอบประเมิน

This commit is contained in:
Warunee Tamkoo 2024-07-12 13:41:54 +07:00
parent f82e3727e4
commit eb9e512b5d
4 changed files with 33 additions and 32 deletions

View file

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