From 07c005cf28acf74e3afde82122e4c53e1000d70c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 12 六月 2023 12:06:18 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/templates/formtabconfig/source.jsx |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/src/templates/formtabconfig/source.jsx b/src/templates/formtabconfig/source.jsx
index 94de283..57eeafd 100644
--- a/src/templates/formtabconfig/source.jsx
+++ b/src/templates/formtabconfig/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 = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS
 
 class CommonTableBaseData {
   baseConfig = {
@@ -29,7 +25,6 @@
             initval: '',
             type: 'text',
             resourceType: '0',
-            setAll: 'false',
             options: [],
             orderType: 'asc'
           }, {
@@ -40,7 +35,6 @@
             initval: '',
             type: 'select',
             resourceType: '0',
-            setAll: 'false',
             options: [],
             orderType: 'asc'
           }, {
@@ -51,7 +45,6 @@
             initval: '',
             type: 'date',
             resourceType: '0',
-            setAll: 'false',
             options: [],
             orderType: 'asc'
           }
@@ -167,13 +160,13 @@
   actionItems = [
     {
       type: 'action',
-      label: CommonDict['model.form.prompt'],
+      label: '鎻愮ず妗�',
       subType: 'prompt',
       url: ''
     },
     {
       type: 'action',
-      label: CommonDict['model.form.exec'],
+      label: '鐩存帴鎵ц',
       subType: 'exec',
       url: ''
     }
@@ -182,7 +175,7 @@
   tabItems = [
     {
       type: 'tabs',
-      label: CommonDict['model.menu.tab.subtable'],
+      label: '瀛愯〃',
       subType: 'SubTable',
     }
   ]

--
Gitblit v1.8.0