{{ keyWord + '管理' }}
@if (showSearchForm) {
@for (item of inputFields; track item.key) { {{ item.label }} }
}
@for (item of columns; track $index) { {{ item.label }} } 操作 @for (item of columns; track $index) { {{ getValue(data, item.key) }} } @if (editable) { }