From 2cb65d99c9aebf8293cb2838fcfe3e09fb2739ce Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 06 十二月 2019 00:15:12 +0800
Subject: [PATCH] 2019-12-06

---
 src/templates/modalconfig/source.jsx |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/src/templates/modalconfig/source.jsx b/src/templates/modalconfig/source.jsx
index 81fd454..b35b740 100644
--- a/src/templates/modalconfig/source.jsx
+++ b/src/templates/modalconfig/source.jsx
@@ -6,7 +6,7 @@
 
 class CommonTableBaseData {
   baseConfig = {
-    type: 'system',
+    type: 'modal',
     setting: {
       title: '',
       width: 60,
@@ -74,31 +74,37 @@
 
   searchItems = [
     {
-      type: 'search',
+      type: 'form',
       label: '鏂囨湰妗�',
       subType: 'text',
       url: ''
     },
     {
-      type: 'search',
+      type: 'form',
+      label: '鏁板�兼',
+      subType: 'number',
+      url: ''
+    },
+    {
+      type: 'form',
       label: '涓嬫媺妗�',
       subType: 'select',
       url: ''
     },
     {
-      type: 'search',
+      type: 'form',
       label: '鏃堕棿妗嗭紙澶╋級',
       subType: 'date',
       url: ''
     },
     {
-      type: 'search',
+      type: 'form',
       label: '鏃堕棿妗嗭紙鏈堬級',
       subType: 'datemonth',
       url: ''
     },
     {
-      type: 'search',
+      type: 'form',
       label: '鏃堕棿妗嗭紙绉掞級',
       subType: 'datetime',
       url: ''

--
Gitblit v1.8.0