From a02fc6a77fa1b35c6516b2d37108d80e260c6c85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 十一月 2024 22:05:08 +0800 Subject: [PATCH] 2024-11-07 --- src/templates/treepageconfig/source.jsx | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/templates/treepageconfig/source.jsx b/src/templates/treepageconfig/source.jsx index b51a979..ac4a106 100644 --- a/src/templates/treepageconfig/source.jsx +++ b/src/templates/treepageconfig/source.jsx @@ -1,8 +1,4 @@ import Utils from '@/utils/utils.js' -import zhCN from '@/locales/zh-CN/model.js' -import enUS from '@/locales/en-US/model.js' - -const CommonDict = localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS class CommonTableBaseData { baseConfig = { @@ -48,7 +44,7 @@ tabItems = [ { type: 'tabs', - label: CommonDict['model.menu.tab.subtable'], + label: '瀛愯〃', subType: 'SubTable', } ] -- Gitblit v1.8.0