From ab60d53b67f802878662aaa5a5b52580cca421b8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 26 九月 2020 08:52:46 +0800
Subject: [PATCH] 2020-09-26

---
 src/views/menudesign/index.jsx |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/menudesign/index.jsx b/src/views/menudesign/index.jsx
index b04aebb..e9e26db 100644
--- a/src/views/menudesign/index.jsx
+++ b/src/views/menudesign/index.jsx
@@ -27,7 +27,7 @@
 const SourceWrap = asyncComponent(() => import('@/menu/modelsource'))
 const MenuShell = asyncComponent(() => import('@/menu/menushell'))
 const Controller = asyncComponent(() => import('@/menu/bgcontroller'))
-// const DataSource = asyncComponent(() => import('@/mob/datasource'))
+const StyleController = asyncComponent(() => import('@/menu/stylecontroller'))
 const TableComponent = asyncComponent(() => import('@/templates/sharecomponent/tablecomponent'))
 
 sessionStorage.setItem('isEditState', 'true')
@@ -301,11 +301,11 @@
     config.components.forEach(item => {
       if (!error && item.setting) {
         if (item.setting.interType === 'system' && item.setting.execute !== 'false' && !item.setting.dataresource) {
-          error = `缁勪欢銆�${item.setting.name}銆嬫湭璁剧疆鏁版嵁婧恅
+          error = `缁勪欢銆�${item.name}銆嬫湭璁剧疆鏁版嵁婧恅
         } else if (item.setting.interType === 'system' && item.setting.execute === 'false' && item.scripts.length === 0) {
-          error = `缁勪欢銆�${item.setting.name}銆嬫湭璁剧疆鏁版嵁婧恅
+          error = `缁勪欢銆�${item.name}銆嬫湭璁剧疆鏁版嵁婧恅
         } else if (item.setting.interType && !item.setting.primaryKey) {
-          error = `缁勪欢銆�${item.setting.name}銆嬫湭璁剧疆涓婚敭`
+          error = `缁勪欢銆�${item.name}銆嬫湭璁剧疆涓婚敭`
         }
       }
     })
@@ -399,6 +399,7 @@
               </div>
             </div>
           </DndProvider>
+          <StyleController />
         </div>
       </ConfigProvider>
     )

--
Gitblit v1.8.0