fix: 添加个人信息内容数量最大最小值,放置填写数量不够导致500

This commit is contained in:
AirboZH 2023-07-09 01:04:55 +08:00
parent ea6e3b6d7a
commit 1e286cb848
1 changed files with 5 additions and 1 deletions

View File

@ -1130,20 +1130,24 @@ spec:
- $formkit: repeater - $formkit: repeater
name: authorInfo name: authorInfo
label: 个人信息 label: 个人信息
value: [ ] min: 3
max: 3
children: children:
- $formkit: text - $formkit: text
name: authorInfoTitle name: authorInfoTitle
label: 标题 label: 标题
placeholder: 请输入内容 placeholder: 请输入内容
value: 标题
- $formkit: text - $formkit: text
name: authorInfoContent name: authorInfoContent
label: 内容 label: 内容
placeholder: 请输入内容 placeholder: 请输入内容
value: 内容
- $formkit: color - $formkit: color
name: authorInfoColor name: authorInfoColor
label: 内容颜色 label: 内容颜色
placeholder: 请输入内容 placeholder: 请输入内容
value: #ffffff
- $formkit: textarea - $formkit: textarea
name: xjlc name: xjlc
label: 心路历程 label: 心路历程