|
...
|
...
|
@@ -135,7 +135,7 @@ export const searchFormSchema: FormSchema[] = [ |
|
|
|
export const formSchema: FormSchema[] = [
|
|
|
|
{
|
|
|
|
label: '模型名称',
|
|
|
|
field: 'modelId', // 注意:这里使用knowledgeId作为字段名
|
|
|
|
field: 'name', // 注意:这里使用knowledgeId作为字段名
|
|
|
|
component: 'Input',
|
|
|
|
required: true,
|
|
|
|
componentProps: {
|
...
|
...
|
|