正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -135,7 +135,7 @@ export const searchFormSchema: FormSchema[] = [ | @@ -135,7 +135,7 @@ export const searchFormSchema: FormSchema[] = [ | ||
| 135 | export const formSchema: FormSchema[] = [ | 135 | export const formSchema: FormSchema[] = [ |
| 136 | { | 136 | { |
| 137 | label: '模型名称', | 137 | label: '模型名称', |
| 138 | - field: 'modelId', // 注意:这里使用knowledgeId作为字段名 | 138 | + field: 'name', // 注意:这里使用knowledgeId作为字段名 |
| 139 | component: 'Input', | 139 | component: 'Input', |
| 140 | required: true, | 140 | required: true, |
| 141 | componentProps: { | 141 | componentProps: { |
-
请 注册 或 登录 后发表评论