From 96266d3d0e1c5c53e2f5b17e2fbf2c814c2a8d8f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 04 四月 2022 11:21:34 +0800 Subject: [PATCH] 2022-04-04 --- src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx b/src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx index 5ddc9fe..478ed52 100644 --- a/src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx +++ b/src/menu/components/card/cardsimplecomponent/node-wrap/menus/columnform/index.jsx @@ -5,7 +5,7 @@ import asyncComponent from '@/utils/asyncComponent' const ColorSketch = asyncComponent(() => import('@/mob/colorsketch')) -const MkIcon = asyncComponent(() => import('@/components/mkIcon')) +const MkEditIcon = asyncComponent(() => import('@/components/mkIcon')) class MenusColumn extends Component { static propTpyes = { @@ -76,7 +76,7 @@ {getFieldDecorator('icon', { initialValue: '' })( - <MkIcon allowClear/> + <MkEditIcon allowClear/> )} </Form.Item> </Col> -- Gitblit v1.8.0