@@ -8,7 +8,7 @@ export const formSchema: FormSchema[] =[
{
field: 'msg',
label: t('信息'),
- component: 'Input',
+ component: 'InputTextArea',
required: true,
},
// {