Browse Source

[feat]修改pdf显示没有从新的一页展示

pull/7/head
杨威 3 weeks ago
parent
commit
396395313e
  1. 1
      dk-modules/business/src/main/resources/templates/pdfAlert.ftl

1
dk-modules/business/src/main/resources/templates/pdfAlert.ftl

@ -73,6 +73,7 @@
</script> </script>
<#if (alertList?size gt 0) && alertList??> <#if (alertList?size gt 0) && alertList??>
<#list alertList as item> <#list alertList as item>
<div style="page-break-before: always;"></div>
<h2>(${item_index + 1})预警信息:${item.jobName?if_exists}</h2> <h2>(${item_index + 1})预警信息:${item.jobName?if_exists}</h2>
<table> <table>
<colgroup> <colgroup>

Loading…
Cancel
Save