[#include "/business/pages/include/static.html" /]
[#if RequestParameters.readOnly=="false"] 新增 编辑 删除 [/#if]
[#if contacts?? && contacts?size>0] [#list contacts as contact] [/#list]
序号 联系人姓名 职务 联系电话 重要等级
${contact_index+1} ${contact.CONTACTS} ${contact.JOB} ${contact.TELPHONE} [#if contact.LEVEL == 1]高[#elseif contact.LEVEL == 2]中[#elseif contact.LEVEL == 3]低[/#if]
[#else]
[/#if]