From fbb78fa4d5e3346733505af886234877b0806265 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 21 十二月 2021 16:13:32 +0800
Subject: [PATCH] 2021-12-21

---
 src/menu/components/share/actioncomponent/actionform/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx
index c79228e..029a6df 100644
--- a/src/menu/components/share/actioncomponent/actionform/index.jsx
+++ b/src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -9,7 +9,7 @@
 import './index.scss'
 
 const { TextArea } = Input
-const MkIcon = asyncComponent(() => import('@/components/mkIcon'))
+const MkEditIcon = asyncComponent(() => import('@/components/mkIcon'))
 const actionTypeOptions = {
   pop: ['label', 'OpenType', 'intertype', 'Ot', 'show', 'swipe', 'icon', 'class', 'color', 'execSuccess', 'execError', 'resetPageIndex', 'syncComponent', 'switchTab', 'width', 'openmenu', 'open', 'output', 'refreshTab', 'reload'],
   prompt: ['label', 'OpenType', 'intertype', 'Ot', 'show', 'swipe', 'icon', 'class', 'color', 'execSuccess', 'execError', 'resetPageIndex', 'syncComponent', 'switchTab', 'width', 'openmenu', 'open', 'output', 'refreshTab', 'reload'],
@@ -724,7 +724,7 @@
                   }
                 ]
               })(
-                <MkIcon allowClear/>
+                <MkEditIcon options={['edit', 'hint', 'direction', 'normal', 'data']} allowClear/>
               )}
             </Form.Item>
           </Col>

--
Gitblit v1.8.0