[#include "/business/pages/include/static.html" /] [#include "/component/DatePicker.html" /]

基本信息

${health.customer_name} ${health.sub_customer_name}
${health.contacts_name} ${health.contacts_tel}
${DateUtil.format("yyyy-MM-dd",health.plan_time)}

巡检配置

[#if ciList??&&ciList?size>0] [#list ciList as ci] [#if ci.children??&&ci.children?size>0] [#list ci.children as item] [/#list] [/#if] [/#list] [#else] [/#if]
${ci.text}     备注
指标名称 执行人 执行情况 巡检结果 操作
${item.ITEM_NAME} ${item.USER_NAME} [#if item.DEAL_STATE==1] 未完成 [#elseif item.DEAL_STATE==2] 已完成 [#elseif item.DEAL_STATE==3] 未执行 [/#if] [#if item.ITEM_RESULT==1] 正常 [#elseif item.ITEM_RESULT==2] 告警 [#elseif item.ITEM_RESULT==3] 异常 [/#if] 明细
暂无信息