From 01accb59c67276718905800c79b00c60f91a2437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Wed, 8 Nov 2023 10:13:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=A6=E6=9C=89=E6=9F=A5=E8=AF=A2=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E7=BB=84=E4=BB=B6=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/Form.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/Form/src/Form.vue b/src/components/Form/src/Form.vue index 82ed94384..e564174ca 100644 --- a/src/components/Form/src/Form.vue +++ b/src/components/Form/src/Form.vue @@ -226,18 +226,16 @@ export default defineComponent({ if (item?.componentProps?.isSearchList) { formItemSlotsSearchList[item.field] = () => { return ( - <> - { +
+ + { opensearchTable( item.field, item?.componentProps?.searchField, item?.componentProps?.searchTitle, item?.componentProps?.searchAllSchemas, item?.componentProps?.searchPage - )}}> - {/* */} - - {/* ddd */} - + )}}/> +
) } } @@ -332,6 +330,9 @@ export default defineComponent({