แก้ไขปีในหน้าเสนอขอ
This commit is contained in:
parent
e08713069a
commit
bcac1fa20d
2 changed files with 2 additions and 2 deletions
|
|
@ -350,7 +350,7 @@ const fetchData = async () => {
|
||||||
rows.value.push({
|
rows.value.push({
|
||||||
id: e.period_id,
|
id: e.period_id,
|
||||||
round: e.period_name,
|
round: e.period_name,
|
||||||
year: e.period_year,
|
year: e.period_year + 543,
|
||||||
amount: e.period_amount,
|
amount: e.period_amount,
|
||||||
startDate:
|
startDate:
|
||||||
e.period_start == null ? null : date2Thai(new Date(e.period_start)),
|
e.period_start == null ? null : date2Thai(new Date(e.period_start)),
|
||||||
|
|
|
||||||
|
|
@ -334,7 +334,7 @@ const fetchData = async () => {
|
||||||
rows.value.push({
|
rows.value.push({
|
||||||
id: e.period_id,
|
id: e.period_id,
|
||||||
round: e.period_name,
|
round: e.period_name,
|
||||||
year: e.period_year,
|
year: e.period_year + 543,
|
||||||
amount: e.period_amount,
|
amount: e.period_amount,
|
||||||
startDate:
|
startDate:
|
||||||
e.period_start == null ? null : date2Thai(new Date(e.period_start)),
|
e.period_start == null ? null : date2Thai(new Date(e.period_start)),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue