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/templates/zshare/modalform/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx
index d4c4ea5..79d5953 100644
--- a/src/templates/zshare/modalform/index.jsx
+++ b/src/templates/zshare/modalform/index.jsx
@@ -16,7 +16,7 @@
 const ColorSketch = asyncComponent(() => import('@/mob/colorsketch'))
 const FieldsTable = asyncComponent(() => import('./fieldtable'))
 const DataTable = asyncComponent(() => import('./datatable'))
-const MkIcon = asyncComponent(() => import('@/components/mkIcon'))
+const MkEditIcon = asyncComponent(() => import('@/components/mkIcon'))
 
 const modalTypeOptions = {
   text: ['initval', 'readonly', 'required', 'hidden', 'readin', 'fieldlength', 'regular', 'interception', 'span', 'labelwidth', 'tooltip', 'extra', 'enter', 'cursor', 'scan', 'splitline', 'placeholder', 'place', 'marginTop', 'marginBottom'],
@@ -736,7 +736,7 @@
                   message: this.props.dict['form.required.select'] + item.label + '!'
                 }]
               })(
-                <MkIcon allowClear />
+                <MkEditIcon allowClear />
               )}
             </Form.Item>
           </Col>

--
Gitblit v1.8.0