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']" /> - +