ui ยืม-คืนเครื่องราช, แก้ label เครื่องราช

This commit is contained in:
Warunee Tamkoo 2023-08-25 19:10:48 +07:00
parent f02ddcf93a
commit 7a69a18856
6 changed files with 551 additions and 353 deletions

View file

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