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>
[#if remind?? && remind?size>0]
    <h2 class="kldetailtit">${remind.ITEM_NAME}</h2>
    <section class="kldetail">
        <h3><span class="subicon1"></span>周期</h3>
        <p><span class="m5">${remind.CYCLE}</span></p>
        <h3><span class="subicon2"></span>描述</h3>
        <p class="fontcolor9">
            ${StringUtil.str2Html(remind.ITEM_NOTE)}
        </p>
    </section>
[/#if]
 
</body>
</html>