<#-- 列表 -->
| 序号 |
类型名称 |
<#for item : catList>
style="background-color:#eaeaff;"#if>>
| ${item_index+1} |
${item.getReasonText()} |
#for>
<#if catList.size() == 0>
| 暂时没有数据信息 |
#if>
|
|
| 序号 |
名称 |
操作 |
<#for item : reasonList>
| ${item_index+1} |
${item.getReasonText()} |
|
#for>
<#if Validates.isEmpty(reasonList) || reasonList.size() == 0>
| 暂时没有数据信息 |
#if>
|
${zhiqim_manager_content_end()}