From a07f4e9925ba15b3a94ddbea1908e42c2184b4cb Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Thu, 20 Jun 2024 16:20:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Components/Form/DefaultForm.vue | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/Components/Form/DefaultForm.vue b/src/views/Components/Form/DefaultForm.vue index 90f7df5..4165c16 100644 --- a/src/views/Components/Form/DefaultForm.vue +++ b/src/views/Components/Form/DefaultForm.vue @@ -475,8 +475,8 @@ const schema = reactive([ label: `${t('formDemo.icon')}1`, component: 'Input', componentProps: { - suffixIcon: , - prefixIcon: + suffixIcon: , + prefixIcon: } }, { @@ -486,9 +486,9 @@ const schema = reactive([ componentProps: { slots: { suffix: () => { - return + return }, - prefix: () => + prefix: () => } } }, @@ -498,8 +498,8 @@ const schema = reactive([ component: 'Input', componentProps: { slots: { - prepend: () => , - append: () => + prepend: () => , + append: () => } } }, @@ -636,7 +636,7 @@ const schema = reactive([ return null } }, - prefix: () => + prefix: () => } } }, @@ -901,11 +901,11 @@ const schema = reactive([ component: 'Rate', value: null, componentProps: { - voidIcon: , + voidIcon: , icons: [ - , - , - + , + , + ] } }, @@ -1768,7 +1768,7 @@ const schema = reactive([ field: 'field88', component: 'IconPicker', label: t('formDemo.default'), - value: 'tdesign:archway' + value: 'vi-tdesign:archway' }, { field: 'field89',