作者 dong

富文本修改成textarea

... ... @@ -193,7 +193,15 @@ export const formSchema: FormSchema[] = [
label: '文本内容',
field: 'text',
required: true,
component: 'JEditor',
component: 'InputTextArea',
componentProps: {
allowClear: true,
showCount: true,
autoSize: {
minRows: 6,
maxRows: 6,
},
},
},
// 新增知识库选择字段
{
... ...