|
...
|
...
|
@@ -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,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 新增知识库选择字段
|
|
|
|
{
|
...
|
...
|
|