From cad978670acd3235d88ad727f56c829e8d356b3b Mon Sep 17 00:00:00 2001
From: dtsz <314942997@qq.com>
Date: Thu, 23 Mar 2023 12:08:35 +0800
Subject: [PATCH 1/7] =?UTF-8?q?fix:=E6=8F=8F=E8=BF=B0=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E5=8F=8A=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6=E5=90=8D=E6=9B=B4?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/infra/apiErrorLog/detail.vue | 2 +-
src/views/infra/apiErrorLog/index.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/infra/apiErrorLog/detail.vue b/src/views/infra/apiErrorLog/detail.vue
index 9ede0f1ba..afafeef3c 100644
--- a/src/views/infra/apiErrorLog/detail.vue
+++ b/src/views/infra/apiErrorLog/detail.vue
@@ -27,7 +27,7 @@
{{ detailData.exceptionName }}
-
+
{
// 发起导出
exportLoading.value = true
const data = await ApiErrorLogApi.exportApiErrorLogApi(queryParams)
- download.excel(data, '操作日志.xls')
+ download.excel(data, '错误日志.xls')
} catch {
} finally {
exportLoading.value = false
--
Gitee
From 0e2f28632c9e3debc874a36419cb660f4536f801 Mon Sep 17 00:00:00 2001
From: dtsz <314942997@qq.com>
Date: Thu, 23 Mar 2023 12:09:22 +0800
Subject: [PATCH 2/7] =?UTF-8?q?fix:=E6=8F=8F=E8=BF=B0=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/infra/apiErrorLog/detail.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/infra/apiErrorLog/detail.vue b/src/views/infra/apiErrorLog/detail.vue
index afafeef3c..b1991de35 100644
--- a/src/views/infra/apiErrorLog/detail.vue
+++ b/src/views/infra/apiErrorLog/detail.vue
@@ -1,5 +1,5 @@
-