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/editTable/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/zshare/editTable/index.jsx b/src/templates/zshare/editTable/index.jsx index 14c3554..2c90377 100644 --- a/src/templates/zshare/editTable/index.jsx +++ b/src/templates/zshare/editTable/index.jsx @@ -13,7 +13,7 @@ import enUS from '@/locales/en-US/model.js' import './index.scss' -const MkIcon = asyncComponent(() => import('@/components/mkIcon')) +const MkEditIcon = asyncComponent(() => import('@/components/mkIcon')) let eTDict = sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS const EditableContext = React.createContext() const { confirm } = Modal @@ -88,7 +88,7 @@ } else if (inputType === 'color') { return <ColorSketch /> } else if (inputType === 'icon') { - return <MkIcon allowClear/> + return <MkEditIcon allowClear/> } else if (inputType === 'switch') { return <CusSwitch /> } else if (inputType === 'select') { -- Gitblit v1.8.0