[#include "/business/pages/include/static.html" /]
[#include "/business/pages/include/header.html" /] [#assign focusLabel = "WBSB"] [#include "/business/pages/customermanage/infoheader.html" /]
当前位置
${Constants.CUSTOMER_CONSTANTS}管理
维保配置
[#if baseMsg?? && baseMsg?size>0]
[#include "/business/pages/customermanage/infoleft.html" /]
[#if categorys?? && categorys?size>0] [#list categorys as cate]
${cate.secondName}
[#if cate.third?? && cate.third?size>0]
[#list cate.third as three]
${three.THIRD_NAME}(
${three.NUM}
)
[/#list]
[/#if]
[/#list] [#else]
[/#if]
[/#if] [#include "/business/pages/include/footer.html" /]