feat(web): 增加文本段输入

This commit is contained in:
v-zhangjc9
2025-07-11 14:43:48 +08:00
parent eae0d8dacd
commit 707f538213
3 changed files with 31 additions and 4 deletions

View File

@@ -118,9 +118,9 @@ const FlowTask: React.FC = () => {
...payload,
data: {
inputData: payload.data,
}
},
}
}
},
},
static: true,
},
@@ -131,6 +131,14 @@ const FlowTask: React.FC = () => {
],
},
},
{
type: 'action',
label: '执行',
level: 'link',
size: 'sm',
actionType: 'ajax',
api: `get:${commonInfo.baseAiUrl}/flow_task/execute/\${id}`,
},
{
type: 'action',
label: '删除',