{{ tableService.provider ? '断开连接' : '连接协同' }}
@for (item of tableService.sortedViews(); let index = $index; track $index) { @if (item._id === tableService.activeViewId()) { @if (isEdit) { } @else {

{{ item.name }} @if (!readonly) { }

}
} @else { {{ item.name }} }
}
重命名 复制 删除 @if (!readonly) { }