From b8e1395f02c929eaa96b949cf6027ee2a43856a6 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 06 九月 2022 19:03:37 +0800
Subject: [PATCH] 2022-09-06

---
 src/templates/modalconfig/source.jsx |   27 +++++++++++++++++----------
 1 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/src/templates/modalconfig/source.jsx b/src/templates/modalconfig/source.jsx
index 4c57d66..c437d38 100644
--- a/src/templates/modalconfig/source.jsx
+++ b/src/templates/modalconfig/source.jsx
@@ -26,7 +26,6 @@
       initval: '',
       type: 'text',
       resourceType: '0',
-      setAll: 'false',
       options: [],
       orderType: 'asc',
       decimal: 0,
@@ -44,7 +43,6 @@
       initval: '',
       type: 'select',
       resourceType: '0',
-      setAll: 'false',
       options: [],
       orderType: 'asc',
       decimal: 0,
@@ -62,7 +60,6 @@
       initval: '',
       type: 'date',
       resourceType: '0',
-      setAll: 'false',
       options: [],
       orderType: 'asc',
       decimal: 0,
@@ -91,6 +88,11 @@
     type: 'form',
     label: CommonDict['model.form.select'],
     subType: 'select',
+  },
+  {
+    type: 'form',
+    label: '澶氳鏂囨湰',
+    subType: 'textarea',
   },
   {
     type: 'form',
@@ -124,12 +126,12 @@
   },
   {
     type: 'form',
-    label: CommonDict['header.form.fileupload'],
+    label: '鏂囦欢涓婁紶',
     subType: 'fileupload',
   },
   {
     type: 'form',
-    label: CommonDict['model.form.dateday'],
+    label: '鏃ユ湡锛堝ぉ锛�',
     subType: 'date',
   },
   {
@@ -139,13 +141,13 @@
   },
   {
     type: 'form',
-    label: CommonDict['model.form.datetime'],
-    subType: 'datetime',
+    label: '绾ц仈鑿滃崟',
+    subType: 'cascader',
   },
   {
     type: 'form',
-    label: CommonDict['model.form.textarea'],
-    subType: 'textarea',
+    label: '璇勫垎',
+    subType: 'rate',
   },
   {
     type: 'form',
@@ -174,8 +176,13 @@
   },
   {
     type: 'form',
-    label: CommonDict['header.form.linkMain'],
+    label: '鍏宠仈涓昏〃',
     subType: 'linkMain',
+  },
+  {
+    type: 'form',
+    label: '鍏紡',
+    subType: 'formula',
   }
 ]
 

--
Gitblit v1.8.0