Blame view

src/main/resources/templates/manager/report/list.html 437 Bytes
游杰 authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<meta charset="utf-8">
<head th:include="include :: header"></head>
<body class="gray-bg">



<body>
<!--iframe的信息改成你自己的,主要改cpt的名称和界面信息即可-->
<iframe src="http://172.16.27.175:8075/webroot/decision/view/report?viewlet=task_report.cpt"  >
</iframe>
</body>

</body>
</html>