From fdc02fa68a103b94e75fad54c2cbacdee480d453 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 5 Jun 2025 09:33:24 +0800 Subject: [PATCH] =?UTF-8?q?[--=20author:=20liusq---date:20250604--for:=20i?= =?UTF-8?q?ssue=E3=80=90=E6=97=A5=E5=BF=97=E7=AE=A1=E7=90=86=E3=80=91?= =?UTF-8?q?=E7=9A=84=E5=BC=82=E5=B8=B8=E6=97=A5=E5=BF=97=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3=E5=B8=B8=20#8295=20--]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/src/views/monitor/log/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecgboot-vue3/src/views/monitor/log/index.vue b/jeecgboot-vue3/src/views/monitor/log/index.vue index 0c776d541..371eb99a2 100644 --- a/jeecgboot-vue3/src/views/monitor/log/index.vue +++ b/jeecgboot-vue3/src/views/monitor/log/index.vue @@ -43,7 +43,7 @@ const { createMessage } = useMessage(); const checkedKeys = ref>([]); - const logColumns = ref(columns); + const logColumns = ref(exceptionColumns); const searchSchema = ref(searchFormSchema); const searchInfo = { logType: '4' }; // 列表页面公共参数、方法