diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue
index 9a6d9fc..ea68c24 100644
--- a/src/views/monitor/operlog/index.vue
+++ b/src/views/monitor/operlog/index.vue
@@ -86,6 +86,7 @@
sortable="custom"
:sort-orders="['descending', 'ascending']"
/>
+
@@ -125,13 +126,14 @@
-
- {{ form.title }} / {{ typeFormat(form) }}
- {{ form.operName }} / {{ form.operIp }} / {{ form.operLocation }}
+
+ {{ form.operName }} / {{form.deptName}} / {{ form.operIp }} / {{ form.operLocation }}
- {{ form.operUrl }}
- {{ form.requestMethod }}
+ {{ form.requestMethod }} {{ form.operUrl }}
+
+
+ {{ form.title }} / {{ typeFormat(form) }}
{{ form.method }}