{{ keyWord }}
@for (item of inputFields; track item.key) { {{ item.label }} } 生产类型 @for (item of types; track item.value) { } 线路 @for (item of lines; track item.value) { }
@for (item of columns; track $index) { {{ item.label }} } 操作 @for (item of columns; track $index) { {{ getValue(data, item.key) }} }