{ "viewHeadSetting": { "html": "
" }, "viewSetting": { "html": "
" }, "headSetting": { "html": "" }, "documentSetting": { "html": "", "mouseoverStyles": "documentNode_over" }, "selectSearch": { "items": [ { "name": "我负责的联系人" }, { "name": "下属负责的联系人" }, { "name": "全部联系人" } ], "default": "全部联系人" }, "items": [ { "name": "clueName", "head": { "html": "", "width": "300px" }, "content": { "html": ""+ "
" + "", "width":"300px", "items": { "clueName":{"value":"function(d){ return (d.name == undefined || d.name=='') ? '--': d.name}"} } } }, { "name": "createTime", "head": { "html": "", "width": "200px" }, "content": { "html": ""+ "
" + "", "width": "200px", "items": { "createTime":{"value":"function(d){ return (d.createTime == undefined || d.createTime=='') ? '--': d.createTime}"} } } }, { "name": "clueType", "head": { "html": "", "width": "200px" }, "content": { "html": ""+ "
" + "", "width": "200px", "items": { "clueType":{"value":"function(d){ return (d.industry == undefined || d.industry=='') ? '--': d.industry}"} } } }, { "name": "clueSource", "head": { "html": "", "width": "200px" }, "content": { "html": ""+ "
" + "", "width": "200px", "items": { "clueSource": {"value":"function(d){ return (d.source == undefined || d.source=='') ? '--': d.source}"} } } }, { "name": "clueLevel", "head": { "html": "", "width": "200px" }, "content": { "html": ""+ "
" + "", "width": "200px", "items": { "clueLevel": {"value":"function(d){ return (d.level == undefined || d.level=='') ? '--': d.level}"} } } }, { "name": "clueCellphone", "head": { "html": "", "width": "200px" }, "content": { "html": ""+ "
" + "", "width": "200px", "items": { "clueCellphone": {"value":"function(d){ return (d.cellphone == undefined || d.cellphone=='') ? '--': d.cellphone}"} } } } ] }