src/templates/treepageconfig/source.jsx
@@ -2,7 +2,7 @@ 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 const CommonDict = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS class CommonTableBaseData { baseConfig = { @@ -48,7 +48,7 @@ tabItems = [ { type: 'tabs', label: CommonDict['header.menu.tab.subtable'], label: CommonDict['model.menu.tab.subtable'], subType: 'SubTable', } ]