From 20fda7434c88eae3237399a008f6ae0db50d0eab Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 15 九月 2022 19:12:29 +0800 Subject: [PATCH] 2022-09-15 --- src/views/menudesign/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/menudesign/index.jsx b/src/views/menudesign/index.jsx index f46edb4..063842e 100644 --- a/src/views/menudesign/index.jsx +++ b/src/views/menudesign/index.jsx @@ -33,6 +33,7 @@ const MenuShell = asyncComponent(() => import('@/menu/menushell')) const PrintMenuForm = asyncComponent(() => import('./printmenuform')) const SourceWrap = asyncComponent(() => import('@/menu/modulesource')) +const Modulecell = asyncComponent(() => import('@/menu/modulecell')) const BgController = asyncComponent(() => import('@/pc/bgcontroller')) const PasteController = asyncComponent(() => import('@/menu/pastecontroller')) const StyleController = asyncComponent(() => import('@/menu/stylecontroller')) @@ -1117,6 +1118,9 @@ <Panel header="缁勪欢" key="component"> <SourceWrap MenuType={MenuType} /> </Panel> + <Panel header="鍏冪礌" key="element"> + <Modulecell /> + </Panel> {customComponents && customComponents.length ? <Panel header="鑷畾涔夌粍浠�" key="cuscomponent"> <SourceWrap components={customComponents} MenuType={MenuType} /> </Panel> : null} -- Gitblit v1.8.0