| ${index + 1} |
<#if rowSpan gt 1>
<#if devTypeIndex == 0>
${singleRes.deviceEntity.getProductTypeForReport()?default(singleRes.deviceEntity.productUniqueId)} |
#if>
<#else>
${singleRes.deviceEntity.getProductTypeForReport()?default(singleRes.deviceEntity.productUniqueId)} |
#if>
<#if devRowSpan gt 1>
<#if devIndex == 0>
${singleRes.deviceEntity.ip} |
${singleRes.deviceEntity.getSerialNumber()}
|
#if>
<#else>
${singleRes.deviceEntity.ip} |
${singleRes.deviceEntity.getSerialNumber()}
|
#if>
${compResKey}
|
${compResult.getFromVersion()} |
${compResult.getToVersion()} |
<#if compResult.isSuc()>
<#else>
|
#if>
${RES.getString(compResult.getStatus().toString())}
|
${compResult.getResultMsg()} |
<#assign index = index + 1/>
<#assign devIndex = devIndex+ 1/>
<#assign devTypeIndex = devTypeIndex + 1/>
#list>
#list>
#list>
#list>