From 09e0de52a398dd08a0dc3f4b43e4589d211e9c27 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 30 十二月 2021 12:44:45 +0800 Subject: [PATCH] 2021-12-30 --- src/tabviews/zshare/topSearch/advanceform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/topSearch/advanceform/index.jsx b/src/tabviews/zshare/topSearch/advanceform/index.jsx index d5c4c88..8680e75 100644 --- a/src/tabviews/zshare/topSearch/advanceform/index.jsx +++ b/src/tabviews/zshare/topSearch/advanceform/index.jsx @@ -6,7 +6,7 @@ import asyncComponent from '@/utils/asyncComponent' import './index.scss' -const MKCheckCard = asyncComponent(() => import('@/tabviews/zshare/mutilform/checkCard')) +const MKCheckCard = asyncComponent(() => import('@/tabviews/zshare/mutilform/mkCheckCard')) const MKSelect = asyncComponent(() => import('../mkSelect')) const MKDatePicker = asyncComponent(() => import('../mkDatePicker')) @@ -47,7 +47,7 @@ } else if (item.type === 'date' || item.type === 'datemonth' || item.type === 'dateweek' || item.type === 'daterange') { content = (<MKDatePicker config={item}/>) } else if (item.type === 'checkcard') { - content = <MKCheckCard card={item}/> + content = <MKCheckCard config={item}/> } if (content) { -- Gitblit v1.8.0