From 331c73b47ed8b1aaabe3ef2f3dcffd85f5de331f Mon Sep 17 00:00:00 2001
From: memorylkf <312904636@qq.com>
Date: Tue, 24 Feb 2026 16:10:54 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20[=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?=20[=E7=99=BB=E5=BD=95=E6=97=A5=E5=BF=97]=20=E5=8F=8C=E8=AF=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/business/systemLog/comp/dlrz.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/business/systemLog/comp/dlrz.vue b/src/views/business/systemLog/comp/dlrz.vue
index 4dedbde..d8ecbc5 100644
--- a/src/views/business/systemLog/comp/dlrz.vue
+++ b/src/views/business/systemLog/comp/dlrz.vue
@@ -28,7 +28,7 @@
- {{scope.row.msg}}
+ {{$i18n.locale === 'zh_CN' ? scope.row.msg : scope.row.msgEn}}