在 `GroupsController.cs` 文件中,添加了设置页眉的代码,包含移动到主页眉和检查 `VoucherHeader.png` 文件的存在。同时,移除了与边框样式相关的代码行。
@@ -20334,8 +20334,6 @@ AirHotelPrice
#endregion
-
#region 设置页眉
builder.MoveToHeaderFooter(HeaderFooterType.HeaderPrimary);
@@ -20379,8 +20377,6 @@ AirHotelPrice
}
catch (Exception ex)
{