[#include "/business/pages/include/static.html" /]
增加
[#if contacts?? && contacts?size>0]
联系人姓名
职务
联系电话
重要等级
操作
[#list contacts as contact]
${contact.CONTACTS}
${contact.JOB}
${contact.TELPHONE}
[#if contact.LEVEL == 1]高[#elseif contact.LEVEL == 2]中[#elseif contact.LEVEL == 3]低[/#if]
修改
删除
[/#list]
[#else]
[/#if]