แก้คำในเครื่องราชจาก เครื่องราช เป็น เครื่องราชฯ

This commit is contained in:
Warunee Tamkoo 2023-11-08 12:05:25 +07:00
parent faf2940f07
commit 5ad7140335
5 changed files with 9 additions and 9 deletions

View file

@ -58,7 +58,7 @@ const fecthRound = async () => {
let data = res.data.result;
if (data.length !== 0) {
selectRoundOption.value = data.map((e: any) => ({
name: "รอบการเสนอขอพระราชทานเครื่องราชปี" + " " + (e.year + 543),
name: "รอบการเสนอขอพระราชทานเครื่องราชปี" + " " + (e.year + 543),
id: e.id,
}));
selectRound.value = data[0].id;