From 8120ba48f6606c2e9d2e8185a3a9a356d4356317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Sat, 5 Sep 2026 21:55:14 +0800 Subject: [PATCH] =?UTF-8?q?task-259(admin.html=E8=A7=82=E6=84=9F=E5=AF=B9?= =?UTF-8?q?=E9=BD=90):=20=E7=94=9F=E6=88=90=E8=AE=B0=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=EF=BC=88=E6=8C=87=E5=AE=9A=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=B8=8B=E6=8B=89+=E8=B5=B7=E6=AD=A2=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=AD=9B=E9=80=89/=E7=B1=BB=E5=9E=8B=E4=B8=AD=E6=96=87/?= =?UTF-8?q?=E2=89=A43=E7=BC=A9=E7=95=A5=E5=9B=BE/=E7=A9=BA=E6=80=81?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/records/RecordsHistoryPage.vue | 177 +++++++++++++----- .../src/pages/records/history-api.ts | 7 + .../src/pages/records/history-type.ts | 21 +++ .../src/pages/records/history-user-option.ts | 31 +++ admin-frontend-vue/tests/task-259.test.ts | 80 ++++++++ 5 files changed, 271 insertions(+), 45 deletions(-) create mode 100644 admin-frontend-vue/src/pages/records/history-type.ts create mode 100644 admin-frontend-vue/src/pages/records/history-user-option.ts create mode 100644 admin-frontend-vue/tests/task-259.test.ts diff --git a/admin-frontend-vue/src/pages/records/RecordsHistoryPage.vue b/admin-frontend-vue/src/pages/records/RecordsHistoryPage.vue index be63417d..f9d6fa9d 100644 --- a/admin-frontend-vue/src/pages/records/RecordsHistoryPage.vue +++ b/admin-frontend-vue/src/pages/records/RecordsHistoryPage.vue @@ -1,49 +1,76 @@