暂无数据
|
{{ col.label }}
@if (col.sortable && sortKey === col.key) {
|
}
|---|
|
@if (col.template === 'status') {
@if (actionButtons.length > 0) {
@for (btn of actionButtons; track btn.action) {
}
} @else {
}
} @else {
{{ formatCellValue(row, col) }}
}
|
}