From bcac1fa20d33204f5fbc4e8de82babc8e1ccee89 Mon Sep 17 00:00:00 2001 From: AnandaTon <125332905+anandaAiemvong@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:20:13 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=9B=E0=B8=B5=E0=B9=83=E0=B8=99=E0=B8=AB=E0=B8=99=E0=B9=89?= =?UTF-8?q?=E0=B8=B2=E0=B9=80=E0=B8=AA=E0=B8=99=E0=B8=AD=E0=B8=82=E0=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../07_insignia/components/1_Proposals/listProposals.vue | 2 +- src/modules/09_coin/components/1_Proposals/listProposals.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)),