From b93ab130fb27674c3ddeaf86d23946c04cebd1ce Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 12 Mar 2025 09:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E6=BA=AF=E6=98=BE=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=8F=B3=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/components/Retrospect.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/system/user/components/Retrospect.vue b/src/views/system/user/components/Retrospect.vue index d1a31087..776a37fb 100644 --- a/src/views/system/user/components/Retrospect.vue +++ b/src/views/system/user/components/Retrospect.vue @@ -4,7 +4,12 @@ {{ $t('system:retrospect:title:userFrom') }}
- + {{ $fd('UserCeateSource', otherInfo.UserCeateSource) }} @@ -437,6 +442,11 @@ export default { this.getList() }, }, + computed: { + isEN() { + return this.$i18n.locale !== 'zh' + }, + }, }