diff --git a/src/modules/07_insignia/components/1_Proposals/listProposals.vue b/src/modules/07_insignia/components/1_Proposals/listProposals.vue index a3851651f..7ea3a1235 100644 --- a/src/modules/07_insignia/components/1_Proposals/listProposals.vue +++ b/src/modules/07_insignia/components/1_Proposals/listProposals.vue @@ -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)), diff --git a/src/modules/09_coin/components/1_Proposals/listProposals.vue b/src/modules/09_coin/components/1_Proposals/listProposals.vue index 3202d3397..5ae1ac3cc 100644 --- a/src/modules/09_coin/components/1_Proposals/listProposals.vue +++ b/src/modules/09_coin/components/1_Proposals/listProposals.vue @@ -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)),