From f97828400b27f217f3aec0a0b55bb34878599722 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 28 May 2026 10:53:44 +0800 Subject: [PATCH] =?UTF-8?q?fixed=EF=BC=9Ai18=E8=BD=AC=E8=AF=91app=E7=AB=AF?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dashboard/BannerSection.vue | 9 ++--- src/locales/index.js | 40 +++++++++++++++++++++ src/pages/mine.vue | 4 +-- src/pages/smq/mine.vue | 4 +-- src/pages_function/pages/planList/index.vue | 3 +- src/pages_mine/pages/setting/index.vue | 8 ++--- 6 files changed, 55 insertions(+), 13 deletions(-) diff --git a/src/components/dashboard/BannerSection.vue b/src/components/dashboard/BannerSection.vue index 769dab4..bd6c56a 100644 --- a/src/components/dashboard/BannerSection.vue +++ b/src/components/dashboard/BannerSection.vue @@ -37,10 +37,10 @@ {{ item.name }} - {{ t('dashboard.taskCode', { value: item.code }) }} - {{ t('dashboard.taskType', { value: item.type }) }} - {{ t('dashboard.taskTarget', { value: item.deviceName }) }} - {{ t('dashboard.createTime', { value: formatDate(item.createTime) }) }} + {{ translateWithParams('dashboard.taskCode', { value: item.code }) }} + {{ translateWithParams('dashboard.taskType', { value: item.type }) }} + {{ translateWithParams('dashboard.taskTarget', { value: item.deviceName }) }} + {{ translateWithParams('dashboard.createTime', { value: formatDate(item.createTime) }) }} @@ -53,6 +53,7 @@