From 75347779d54c3c8a0893166dbb9c03bc06ea1eee Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 21 十二月 2019 16:58:31 +0800
Subject: [PATCH] 2019-12-21

---
 src/templates/comtableconfig/source.jsx |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx
index c95b5f3..e502372 100644
--- a/src/templates/comtableconfig/source.jsx
+++ b/src/templates/comtableconfig/source.jsx
@@ -206,8 +206,8 @@
         label: 'tab1',
         icon: '',
         type: 'SubTable',
-        linkId: '',
-        description: ''
+        linkTab: '',
+        supMenu: ''
       },
       {
         origin: true,
@@ -215,11 +215,10 @@
         label: 'tab2',
         icon: '',
         type: 'SubTable',
-        linkId: '',
-        description: ''
+        linkTab: '',
+        supMenu: ''
       }
-    ],
-    subtabs: []
+    ]
   }
 
   searchItems = [

--
Gitblit v1.8.0