[#if info?? && info.datas?? && info.datas?size>0] [#list info.datas as customer] [/#list]
序号 ${Constants.CUSTOMER_CONSTANTS}名称 ${Constants.CUSTOMER_CONSTANTS}简称 手机 开通时间 状态 操作
${info.rowNum+customer_index+1} ${customer.CUSTOMER_NAME} ${customer.SHORT_NAME} ${customer.PHONE} ${DateUtil.format("yyyy-MM-dd HH:mm:ss",customer.CREATE_TIME)} [#if customer.CUSTOMER_STATE == 1]启用[#else]禁用[/#if] 配置 详细
更多
修改 [#if customer.CUSTOMER_STATE == 2] 启用 [#else] 禁用 [/#if]
[#else]
[/#if]