From c519b4e51fe07bf13a2a7e44abd648b8dc0c083d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 23 六月 2020 12:12:12 +0800
Subject: [PATCH] 2020-06-23

---
 src/templates/sharecomponent/actioncomponent/index.jsx |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/index.jsx b/src/templates/sharecomponent/actioncomponent/index.jsx
index a0752a9..6abe036 100644
--- a/src/templates/sharecomponent/actioncomponent/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/index.jsx
@@ -37,7 +37,7 @@
   }
 
   state = {
-    dict: (!localStorage.getItem('lang') || localStorage.getItem('lang') === 'zh-CN') ? zhCN : enUS,
+    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
     card: null,          // 缂栬緫涓厓绱�
     formlist: null,      // 琛ㄥ崟淇℃伅
     actionlist: null,    // 鎸夐挳缁�
@@ -341,7 +341,7 @@
             Align: 'center',
             IsSort: 'false',
             uuid: Utils.getuuid(),
-            label: this.state.dict['header.form.column.action'],
+            label: this.state.dict['model.form.column.action'],
             type: 'action',
             style: 'button',
             show: 'horizontal',
@@ -564,7 +564,7 @@
             Align: 'center',
             IsSort: 'false',
             uuid: Utils.getuuid(),
-            label: this.state.dict['header.form.column.action'],
+            label: this.state.dict['model.form.column.action'],
             type: 'action',
             style: 'button',
             show: 'horizontal',
@@ -780,7 +780,7 @@
               Align: 'center',
               IsSort: 'false',
               uuid: Utils.getuuid(),
-              label: this.state.dict['header.form.column.action'],
+              label: this.state.dict['model.form.column.action'],
               type: 'action',
               style: 'button',
               show: 'horizontal',
@@ -885,7 +885,7 @@
         <Modal
           title={dict['model.action'] + '-' + (card && card.copyType === 'action' ? dict['model.copy'] : dict['model.edit'])}
           visible={visible}
-          width={750}
+          width={800}
           maskClosable={false}
           onCancel={this.editModalCancel}
           footer={[

--
Gitblit v1.8.0