cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
[#include "/business/wechat/include/title.html" /]
[#include "/business/wechat/include/wheader.html" /]
</head>
 
<body>
<header class="kltit">
 
<a href="javascript:history.go(-1);"><span></span></a>诊断报告明细</header>
<section class="wlrecorddetail">
    <h2>
        [#if show == 2]<label>${DateUtil.format("yyyy年MM月dd日 HH:mm:ss",info.CREATE_TIME)}</label>[/#if]
        诊断报告
        <!-- <a href="#file"><span></span></a> -->
    </h2>
    <p>发生原因:[#if show == 1]${StringUtil.str2Html(info.TRUE_REASON)}[#else]${StringUtil.str2Html(info.REASON)}[/#if]</p>
    <p>解决方案:${StringUtil.str2Html(info.RESOLVE)}</p>
    <p>优化建议:${StringUtil.str2Html(info.SUGGEST)}</p>
</section>
 
 
</body>
</html>