From 5d6283daa6f6f2a0b3959c3176ec6a27a1a91857 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Fri, 25 Oct 2024 10:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E8=AE=B0=E5=BD=95&=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E8=AE=B0=E5=BD=95=E5=85=A5=E5=8F=82=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/LogApi.ts | 5 +- src/pages/LoginRecord.vue | 115 +++++++++++++++++++++++++++++++++++- src/pages/OperateRecord.vue | 115 +++++++++++++++++++++++++++++++++++- 3 files changed, 230 insertions(+), 5 deletions(-) diff --git a/src/api/LogApi.ts b/src/api/LogApi.ts index e054910..a9e8fbe 100644 --- a/src/api/LogApi.ts +++ b/src/api/LogApi.ts @@ -19,7 +19,10 @@ export interface Record { } export class PagingQueryParams extends PageQueryDto { - logType = 'logType'; + logType?: string; + name?: string; + beginDate?: string; + endDate?: string; } /** diff --git a/src/pages/LoginRecord.vue b/src/pages/LoginRecord.vue index 4a1a42e..4381bf6 100644 --- a/src/pages/LoginRecord.vue +++ b/src/pages/LoginRecord.vue @@ -15,6 +15,103 @@ binary-state-sort @request="onRequest" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -24,6 +121,15 @@ + + + + + {{ props.row.requestSuccess === 1 ? '成功' : '失败' }} + + + +