矛盾纠纷类型
{{util.length(conflictType)}}/50
形成原因
{{util.length(reason)}}/200
涉及人数
挑头骨干人员
{{util.length(peopleLeader)}}/100
责任单位
{{util.length(dutyUnit)}}/150
责任人
{{util.length(dutyPerson)}}/150
主要采取措施
{{util.length(mainMeasure)}}/500
目前稳控情况
{{util.length(statusNow)}}/500
备注
{{util.length(remark)}}/500
提报时间
提交
上报时间:{{item.submitTime}}
function length(str){
return str.length
}
module.exports = {
length: length
}