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

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

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