From 4854d8df007a51973043fe09c91f440df1ab9c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Mon, 9 Oct 2023 11:46:53 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=97=A5=E5=BF=97=E5=88=97=E8=A1=A8=E6=96=B0=E5=A2=9E?= =?UTF-8?q?IP=E5=9C=B0=E5=9D=80=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/monitor/operlog/types.ts | 1 + src/views/monitor/operlog/index.vue | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/api/monitor/operlog/types.ts b/src/api/monitor/operlog/types.ts index 9a67fa2..10f65c7 100644 --- a/src/api/monitor/operlog/types.ts +++ b/src/api/monitor/operlog/types.ts @@ -1,4 +1,5 @@ export interface OperLogQuery extends PageQuery { + operIp: string; title: string; operName: string; businessType: string; diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index 70a2bd7..9a6d9fc 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -4,6 +4,9 @@
+ + + @@ -83,7 +86,7 @@ sortable="custom" :sort-orders="['descending', 'ascending']" /> - +