This commit is contained in:
archer
2023-07-17 20:17:50 +08:00
parent dc1599ba3c
commit 44e360b61b
13 changed files with 76 additions and 52 deletions

View File

@@ -249,7 +249,7 @@ export const AnswerModule: AppModuleTemplateItemType = {
{
key: SpecificInputEnum.answerText,
value: '',
type: FlowInputItemTypeEnum.input,
type: FlowInputItemTypeEnum.textarea,
label: '回复的内容'
}
],