diff --git a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm index a992ad52..7388bebb 100644 --- a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm +++ b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm @@ -378,6 +378,9 @@ const checkTableColumnVisible = (tableColumnName: any) => { return checkTableColumnVisible(`@Model.LowerClassName:${column.field}`); }, }, + @if(@Model.TableField.Any(x=>x.Statistical == "Y")||@Model.TableField.Any(x=>x.IsGroupBy == "Y")){ + @:showFooter: true, // ✅ 正确控制表尾显示 + } } );