-
-
+
+
-
-
+
+
+ {{ item.value }}
+
+
+
+
+ 是
+ 否
+
+
+
+
查询
- {
- (query = {}), onQuery();
- }
- "
- >重置
+ { query = {}, onQuery() }">重置
@@ -37,126 +61,96 @@
-
-
- {{ opTypeFilter(text) }}
-
-
- {{ successFilter(text) }}
-
-
-
- 详情
-
-
+
+
+ 清空日志
+
+
+ {{ bindCodeValue(text, 'opTypeDict') }}
+ {{ text ? '是' : '否' }}
+
+ {{ record.methodName }}
+ {{ record.location }}
+ {{ record.browser }}
+ {{ record.os }}
+ {{ record.className }}
+ {{ record.result }}
+ {{ record.param }}
+ {{ record.message }}
+
-
\ No newline at end of file
diff --git a/Web/src/pages/system/log/vislog/detailsForm.vue b/Web/src/pages/system/log/vislog/detailsForm.vue
deleted file mode 100644
index 0e6e82d..0000000
--- a/Web/src/pages/system/log/vislog/detailsForm.vue
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Web/src/pages/system/log/vislog/form.vue b/Web/src/pages/system/log/vislog/form.vue
deleted file mode 100644
index c674607..0000000
--- a/Web/src/pages/system/log/vislog/form.vue
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Web/src/pages/system/log/vislog/index.vue b/Web/src/pages/system/log/vislog/index.vue
index d8faf34..18fccb5 100644
--- a/Web/src/pages/system/log/vislog/index.vue
+++ b/Web/src/pages/system/log/vislog/index.vue
@@ -1,37 +1,56 @@
-
- 详情的确认按钮没功能
-
-
-
- 页面刷新的时候也会有保存登录日志,但是没有ip显示
+
+ 页面刷新的时候也会有保存登录日志,但是没有ip显示
-
+
-
-
+
+
-
-
+
+
+ {{ item.value }}
+
+
+
+
+ 是
+ 否
+
+
+
+
查询
- {
- (query = {}), onQuery();
- }
- "
- >重置
+ {query = {}, onQuery()}">重置
@@ -39,127 +58,91 @@
-
-
- {{ visTypeFilter(text) }}
-
-
- {{ successFilter(text) }}
-
-
-
- 详情
-
-
+
+
+
+ {{ bindCodeValue(text, 'visTypeDict') }}
+ {{ text ? '是' : '否' }}
+
+ {{ record.message }}
+
-
\ No newline at end of file