แก้ไขปีในหน้าเสนอขอ

This commit is contained in:
AnandaTon 2023-08-11 11:20:13 +07:00
parent e08713069a
commit bcac1fa20d
2 changed files with 2 additions and 2 deletions

View file

@ -350,7 +350,7 @@ const fetchData = async () => {
rows.value.push({
id: e.period_id,
round: e.period_name,
year: e.period_year,
year: e.period_year + 543,
amount: e.period_amount,
startDate:
e.period_start == null ? null : date2Thai(new Date(e.period_start)),

View file

@ -334,7 +334,7 @@ const fetchData = async () => {
rows.value.push({
id: e.period_id,
round: e.period_name,
year: e.period_year,
year: e.period_year + 543,
amount: e.period_amount,
startDate:
e.period_start == null ? null : date2Thai(new Date(e.period_start)),