<#include "/jspgou_sys/head.html"/>
<@s.m "global.position"/>: 在线客服 - 修改
<@p.form id="tableForm" action="o_update.do"> <@p.text colspan="2" width="50" label="客服昵称" name="name" value="${customerService.name!}" required="true" class="required"/><@p.tr/> <@p.text colspan="2" width="50" label="客服账号" name="content" value="${customerService.content!}" required="true" class="required" maxlength="11" helpPosition="2"/><@p.tr/> <@p.select colspan="2" width="50" label="类型" required="true" value="${customerService.type}" list={"QQ":"QQ","Ali":"Ali"} name="type"/><@p.tr/> <@p.text colspan="2" width="50" label="排序" name="priority" value="${customerService.priority!10}" required="true" class="required" maxlength="11" help="默认10" helpPosition="2" /><@p.tr/> <@p.radio colspan="2" width="50" label="禁用" name="disable" value="${customerService.disable!?string('true','false')}" required="true" list={"true":"global.true","false":"global.false"}/><@p.tr/> <@p.td colspan="2" width="100"> <@p.submit code="global.submit"/>  <@p.reset code="global.reset"/>
<#include "/common/alert_message.html"/>