提交 31f3eb15 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

child fields support

上级 4a923c6e
......@@ -62,6 +62,7 @@ func GenerateForField(field *model.Field, total int) []string {
concat = concat + row[i]
}
concat = field.Prefix + concat + field.Postfix
values = append(values, concat)
}
}
......
......@@ -56,20 +56,22 @@ fields:
- name: field9.1
type: list
range: a-z
postfix: '='
prefix: '['
postfix: ']'
loop: 3
loopfix: |
- name: field9.2
type: list
range: A-Z
prefix: part2_
postfix: '-'
prefix: '['
postfix: ']'
- name: field9.3
prefix: part3_
postfix: ''
prefix: '['
postfix: ']'
fields:
- name: field9.3.1
type: list
prefix: int_
range: X-Z
- name: field9.3.2
type: list
range: 10-20
postfix: '|'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册