ui ยืม-คืนเครื่องราช, แก้ label เครื่องราช
This commit is contained in:
parent
f02ddcf93a
commit
7a69a18856
6 changed files with 551 additions and 353 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue