From e56a35432060034e323dd0098c6ed162cffb7f34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com>
Date: Thu, 30 Mar 2023 16:14:59 +0800
Subject: [PATCH] 3/30
---
src/views/system/config/index.vue | 295 +++++++++++--------
src/views/system/log/exlog/index.vue | 322 +++++++++++----------
src/views/system/log/oplog/index.vue | 100 ++++---
src/views/system/log/vislog/index.vue | 401 +++++++++++++-------------
4 files changed, 592 insertions(+), 526 deletions(-)
diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue
index 825c2c8..ad0897a 100644
--- a/src/views/system/config/index.vue
+++ b/src/views/system/config/index.vue
@@ -1,39 +1,87 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.value }}
+
+
+
+
+
+
+
+ 查询
+ (queryParam = {})">重置
+
+
+
+
@@ -43,11 +91,13 @@
:columns="columns"
:data="loadData"
:alert="true"
- :rowKey="(record) => record.id"
+ :rowKey="record => record.id"
:rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
>
- 新增配置
+ 新增配置
{{ text }}
@@ -66,136 +116,143 @@
编辑
-
- sysConfigDelete(record)">
+
+ sysConfigDelete(record)"
+ >
删除
-
-
+
+
diff --git a/src/views/system/log/exlog/index.vue b/src/views/system/log/exlog/index.vue
index ca385ff..d13fa5b 100644
--- a/src/views/system/log/exlog/index.vue
+++ b/src/views/system/log/exlog/index.vue
@@ -4,51 +4,60 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
查询
- queryParam = {}">重置
+ (queryParam = {})">重置
{{ advanced ? '收起' : '展开' }}
+
+
+
+
+
+
+
+
+
+
+
@@ -59,8 +68,9 @@
:columns="columns"
:data="loadData"
:alert="true"
- :rowKey="(record) => record.id"
- :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }">
+ :rowKey="record => record.id"
+ :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
+ >
sysExLogDelete()" placement="top" title="确认清空日志?">
清空日志
@@ -92,138 +102,132 @@
diff --git a/src/views/system/log/oplog/index.vue b/src/views/system/log/oplog/index.vue
index 281694c..8c9bd3a 100644
--- a/src/views/system/log/oplog/index.vue
+++ b/src/views/system/log/oplog/index.vue
@@ -4,54 +4,44 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
- {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/log/vislog/index.vue b/src/views/system/log/vislog/index.vue
index 0c9755c..dcc8e5f 100644
--- a/src/views/system/log/vislog/index.vue
+++ b/src/views/system/log/vislog/index.vue
@@ -4,50 +4,55 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ item.value }}
+
+
+
+
+
+
+
+
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
-
-
-
- {{ item.value }}
-
-
-
-
-
-
-
-
-
- {{ item.value }}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
查询
- queryParam = {}">重置
-
+ (queryParam = {})">重置
+
@@ -60,14 +65,16 @@
:columns="columns"
:data="loadData"
:alert="true"
- :rowKey="(record) => record.id"
- :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }">
+ :rowKey="record => record.id"
+ :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
+ >
sysVisLogDelete()"
placement="top"
title="确认清空日志?"
- v-if="hasPerm('sysVisLog:delete')">
+ v-if="hasPerm('sysVisLog:delete')"
+ >
清空日志
@@ -94,178 +101,170 @@