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 |   36 ++++++++++++++++++++++++++++++++++--
 1 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx
index 1b7d63e..c269728 100644
--- a/src/templates/comtableconfig/source.jsx
+++ b/src/templates/comtableconfig/source.jsx
@@ -17,7 +17,11 @@
       order: '',
       dataresource: '',
       interType: 'inner',
-      innerFunc: ''
+      innerFunc: '',
+      interface: '',
+      outerFunc: '',
+      onload: 'true',
+      tabshow: 'horizontal'
     },
     tables: [],
     search: [
@@ -196,7 +200,27 @@
       style: 'button',
       show: 'horizontal',
       Width: 120
-    }
+    },
+    tabs: [
+      {
+        origin: true,
+        uuid: Utils.getuuid(),
+        label: 'tab1',
+        icon: '',
+        type: 'SubTable',
+        linkTab: '',
+        supMenu: ''
+      },
+      {
+        origin: true,
+        uuid: Utils.getuuid(),
+        label: 'tab2',
+        icon: '',
+        type: 'SubTable',
+        linkTab: '',
+        supMenu: ''
+      }
+    ]
   }
 
   searchItems = [
@@ -327,6 +351,14 @@
       url: ''
     }
   ]
+
+  tabItems = [
+    {
+      type: 'tabs',
+      label: CommonDict['header.menu.tab.subtable'],
+      subType: 'SubTable',
+    }
+  ]
 }
 
 export default new CommonTableBaseData()

--
Gitblit v1.8.0