提交修改

new-v20240713
dshclm 8 months ago
parent 42644c56af
commit 2c6c19721a

@ -115,6 +115,8 @@
<p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysNotice.fileUrl}}"> <p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysNotice.fileUrl}}">
[[${sysNotice.fileName}]]</a> [[${sysNotice.fileName}]]</a>
</p> </p>
<iframe th:if="${#strings.endsWith(sysNotice.fileName, '.pdf')}" th:src="@{${sysNotice.fileUrl}}" width="100%" height="800px">
</iframe>
</div> </div>
<div class="detailContent" id="detailContent" th:utext="${sysNotice.noticeContent}"></div> <div class="detailContent" id="detailContent" th:utext="${sysNotice.noticeContent}"></div>
</div> </div>
@ -127,6 +129,8 @@
<p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysWork.fileUrl}}"> <p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysWork.fileUrl}}">
[[${sysWork.fileName}]]</a> [[${sysWork.fileName}]]</a>
</p> </p>
<iframe th:if="${#strings.endsWith(sysWork.fileName, '.pdf')}" th:src="@{${sysWork.fileUrl}}" width="100%" height="800px">
</iframe>
</div> </div>
<div class="detailContent" id="detailContent" th:utext="${sysWork.workContent}"></div> <div class="detailContent" id="detailContent" th:utext="${sysWork.workContent}"></div>
</div> </div>
@ -139,6 +143,8 @@
<p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysDeptTrends.fileUrl}}"> <p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysDeptTrends.fileUrl}}">
[[${sysDeptTrends.fileName}]]</a> [[${sysDeptTrends.fileName}]]</a>
</p> </p>
<iframe th:if="${#strings.endsWith(sysDeptTrends.fileName, '.pdf')}" th:src="@{${sysDeptTrends.fileUrl}}" width="100%" height="800px">
</iframe>
</div> </div>
<div class="detailContent" id="detailContent" th:utext="${sysDeptTrends.trendsContent}"></div> <div class="detailContent" id="detailContent" th:utext="${sysDeptTrends.trendsContent}"></div>
</div> </div>
@ -151,6 +157,8 @@
<p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysBusiness.fileUrl}}"> <p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysBusiness.fileUrl}}">
[[${sysBusiness.fileName}]]</a> [[${sysBusiness.fileName}]]</a>
</p> </p>
<iframe th:if="${#strings.endsWith(sysBusiness.fileName, '.pdf')}" th:src="@{${sysBusiness.fileUrl}}" width="100%" height="800px">
</iframe>
</div> </div>
<div class="detailContent" id="detailContent" th:utext="${sysBusiness.businessContent}"></div> <div class="detailContent" id="detailContent" th:utext="${sysBusiness.businessContent}"></div>
</div> </div>
@ -163,6 +171,8 @@
<p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysSpecial.fileUrl}}"> <p>文件下载:<a style="color: #33F;" target="_blank" th:href="@{${sysSpecial.fileUrl}}">
[[${sysSpecial.fileName}]]</a> [[${sysSpecial.fileName}]]</a>
</p> </p>
<iframe th:if="${#strings.endsWith(sysSpecial.fileName, '.pdf')}" th:src="@{${sysSpecial.fileUrl}}" width="100%" height="800px">
</iframe>
</div> </div>
<div class="detailContent" id="detailContent" th:utext="${sysSpecial.specialContent}"></div> <div class="detailContent" id="detailContent" th:utext="${sysSpecial.specialContent}"></div>
</div> </div>

Loading…
Cancel
Save