From a84bb72ba6d09b7473bf6671f0e8df6fc2c5f04d Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Wed, 3 Sep 2025 10:33:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=AD=97=E5=85=B8=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E6=A0=B7=E5=BC=8F=E6=B1=89=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/operlog/index.vue | 4 +--- src/views/system/dict/data.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index 6f80177..a5fac77 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -165,9 +165,7 @@ {{ form.title }} / {{ typeFormat(form) }} - {{ form.operName }} / {{ form.operIp }} / {{ form.operLocation }} + {{ form.operName }} / {{ form.operIp }} / {{ form.operLocation }} {{ form.operUrl }} diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue index 2102e9e..e59d52f 100644 --- a/src/views/system/dict/data.vue +++ b/src/views/system/dict/data.vue @@ -222,27 +222,27 @@ export default { listClassOptions: [ { value: "default", - label: "默认" + label: "黑色" }, { value: "primary", - label: "主要" + label: "蓝色" }, { value: "success", - label: "成功" + label: "绿色" }, { value: "info", - label: "信息" + label: "灰色" }, { value: "warning", - label: "警告" + label: "黄色" }, { value: "danger", - label: "危险" + label: "红色" } ], // 类型数据字典 @@ -399,4 +399,4 @@ export default { } } } - \ No newline at end of file +