From b0814c0156f6824df88de815c96b5e9b4807fe73 Mon Sep 17 00:00:00 2001 From: aq982 Date: Thu, 27 Feb 2025 14:28:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=9F=E8=AE=A1=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin.NET.Web.Entry/wwwroot/template/web_views_List.vue.vm | 3 +++ 1 file changed, 3 insertions(+) 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, // ✅ 正确控制表尾显示 + } } );