From 4a64552686d1911fd23716ddcff575d9b03ce780 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 15 十二月 2025 15:36:09 +0800
Subject: [PATCH] 修改中文至语言变量
---
north-glass-erp/northglass-erp/src/views/system/userLog/UserLog.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/system/userLog/UserLog.vue b/north-glass-erp/northglass-erp/src/views/system/userLog/UserLog.vue
index 55f1e9d..b26e333 100644
--- a/north-glass-erp/northglass-erp/src/views/system/userLog/UserLog.vue
+++ b/north-glass-erp/northglass-erp/src/views/system/userLog/UserLog.vue
@@ -19,7 +19,7 @@
<div id="main-div">
<div id="div-title">
<el-breadcrumb :separator-icon="ArrowRight">
- <el-breadcrumb-item @click="changeRouter(1)" :class="indexFlag===1?'indexTag':''" :to="{ path: '/main/userLog/userListLog' }">{{$t('鏃ュ織棣栭〉')}}</el-breadcrumb-item>
+ <el-breadcrumb-item @click="changeRouter(1)" :class="indexFlag===1?'indexTag':''" :to="{ path: '/main/userLog/userListLog' }">{{$t('userLog.page.userListLog')}}</el-breadcrumb-item>
<el-breadcrumb-item v-show="false" />
</el-breadcrumb>
</div>
--
Gitblit v1.8.0