From 7ea1c5f53702951fc4df60e969fc67ef5d7af4dd Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 14 一月 2020 10:13:05 +0800
Subject: [PATCH] 2020-01-14

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

diff --git a/src/templates/modalconfig/index.jsx b/src/templates/modalconfig/index.jsx
index 00530a6..b3cdf2a 100644
--- a/src/templates/modalconfig/index.jsx
+++ b/src/templates/modalconfig/index.jsx
@@ -374,7 +374,7 @@
             text: this.state.dict['header.form.link']
           }, {
             value: 'fileupload',
-            text: '鏂囦欢涓婁紶'
+            text: this.state.dict['header.form.fileupload']
           }, {
             value: 'date',
             text: this.state.dict['header.form.dateday']
@@ -386,10 +386,10 @@
             text: this.state.dict['header.form.datetime']
           }, {
             value: 'textarea',
-            text: '澶氳鏂囨湰'
+            text: this.state.dict['header.form.textarea']
           }, {
             value: 'funcvar',
-            text: '鍑芥暟鍙橀噺'
+            text: this.state.dict['header.form.funcvar']
           }]
         },
         {
@@ -537,7 +537,7 @@
         {
           type: 'multiselect',
           key: 'linkSubField',
-          label: '鍏宠仈琛ㄥ崟',
+          label: this.state.dict['header.form.linkForm'],
           initVal: card.linkSubField || [],
           options: _inputfields
         }
@@ -902,7 +902,7 @@
             orderBy: '',
             orderType: 'asc',
             readonly: 'false',
-            required: 'false'
+            required: 'true'
           }
   
           items.push(newcard)

--
Gitblit v1.8.0