${I18n.jobgroup_list}
ID | -->${I18n.jobgroup_field_order} | AppName | ${I18n.jobgroup_field_title} | ${I18n.jobgroup_field_addressType} | OnLine ${I18n.jobgroup_field_registryList} | ${I18n.system_opt} |
---|---|---|---|---|---|---|
${group.id} | -->${group.order} | ${group.appName} | ${group.title} | <#if group.addressType==0>${I18n.jobgroup_field_addressType_0}<#else>${I18n.jobgroup_field_addressType_1}#if> |
<#if group.registryList?exists>
<#list group.registryList as item>
<#if item?length gt 35>
${item?substring(0, 35)}...
<#else>
${item}
#if>
#list> #if> |