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

---
 src/templates/comtableconfig/source.jsx |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx
index c95b5f3..c269728 100644
--- a/src/templates/comtableconfig/source.jsx
+++ b/src/templates/comtableconfig/source.jsx
@@ -19,7 +19,9 @@
       interType: 'inner',
       innerFunc: '',
       interface: '',
-      outerFunc: ''
+      outerFunc: '',
+      onload: 'true',
+      tabshow: 'horizontal'
     },
     tables: [],
     search: [
@@ -206,8 +208,8 @@
         label: 'tab1',
         icon: '',
         type: 'SubTable',
-        linkId: '',
-        description: ''
+        linkTab: '',
+        supMenu: ''
       },
       {
         origin: true,
@@ -215,11 +217,10 @@
         label: 'tab2',
         icon: '',
         type: 'SubTable',
-        linkId: '',
-        description: ''
+        linkTab: '',
+        supMenu: ''
       }
-    ],
-    subtabs: []
+    ]
   }
 
   searchItems = [

--
Gitblit v1.8.0