- {i.downloadCount}
-
+ {i.downloadCount}
+
{i.domainName} - {i.typeName} + {i.zoneResourceTypeList && + {i.zoneResourceTypeList.reduce((pre, cur)=>{ + return pre ? `${pre}, ${cur.name}` : cur.name + }, '')} + }
}