From 20f2c67b3d58fd7eeec74b651d3d002cf96fd8bb Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Thu, 14 Dec 2023 19:39:58 +0700 Subject: [PATCH 1/8] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20ui=20=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B8=B0=E0=B9=80=E0=B8=A1=E0=B8=B4=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/12_Evaluate/components/Table.vue | 1 + src/modules/12_Evaluate/store/Evaluate.ts | 49 +++++- src/modules/12_Evaluate/views/MainPage.vue | 164 ++++++++++++++++++- 3 files changed, 205 insertions(+), 9 deletions(-) diff --git a/src/modules/12_Evaluate/components/Table.vue b/src/modules/12_Evaluate/components/Table.vue index 862cb5f87..9c159f90e 100644 --- a/src/modules/12_Evaluate/components/Table.vue +++ b/src/modules/12_Evaluate/components/Table.vue @@ -161,6 +161,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => { +