feat:【ele】【ai】mindmap 的代码迁移

This commit is contained in:
YunaiV
2025-10-26 15:34:53 +08:00
parent 4d388bdb04
commit eeed0f182b
6 changed files with 607 additions and 0 deletions

View File

@@ -20,12 +20,18 @@ export function useGridFormSchema(): VbenFormSchema[] {
api: getSimpleUserList,
labelField: 'nickname',
valueField: 'id',
placeholder: '请选择用户',
allowClear: true,
},
},
{
fieldName: 'prompt',
label: '提示词',
component: 'Input',
componentProps: {
placeholder: '请输入提示词',
clearable: true,
},
},
{
fieldName: 'createTime',