<!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>
|