@using VberZero.Tools.StringModel @model VberAdmin.Web.Models.Table.VmTable @if (Model != null) { if (Model.ActiveMenu != null) { } @if (Model is{HasBox:true}) { @Html.Raw($"
") if (Model.ActiveMenu != null || Model.Search != null) { } } else { @Html.Raw($"
") } @*data-content-type="application/x-www-form-urlencoded; charset=UTF-8" data-id-field="@(Model.RowId)" data-unique-id="@(Model.RowId)" @(Html.Raw(Model.DataMethod)) data-pagination="@(Model.Page)" data-page-size="@(Model.PageArray[0])" data-page-number="1"data-page-list="[@(Model.PageList)]" data-pagination-detail-h-align="right" data-pagination-h-align="left" *@ @if (Model.IsTree) { } @if (Model.HasCheckBox) { } @if (Model.Items != null && Model.Items.Any()) { foreach (var item in Model.Items) { @*data-align="@(item.Align)"*@ } } @if (Model.IsTree) { }else if (Model.Actions.NotEmpty()) { }
@if (!Model.IsSingleSelect) { //data-kt-check="true" data-kt-check-target="#@(Model.TableId) .form-check-input"
}
@(item.DisplayName)操作操作
@if (Model.HasBox) { @Html.Raw("
") } @Html.Raw("
") }