| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- {
- "viewHeadSetting": {
- "html": "<table border='1' cellpadding='0' cellspacing='0' styles='headTable' id='headTable'></table>"
- },
- "viewSetting": {
- "html": "<table border='1' cellpadding='0' cellspacing='0' styles='contentTable' id='contentTable'></table>"
- },
- "headSetting": {
- "html": "<tr styles='viewHeadNode'></tr>"
- },
- "documentSetting": {
- "html": "<tr styles='documentNode'></tr>",
- "mouseoverStyles": "documentNode_over"
- },
- "items": [
- {
- "name": "title",
- "head": {
- "html": "<th styles='normalThNode' index='1'><span lable='chanceName'></span><span name='resizeLine' styles='resizeLine'></span></th>",
- "width": "300px"
- },
- "content": {
- "html": "<td styles='normalTdNode' index='1'>"+
- " <div item='chancename' styles='documentSubject'></div>" +
- "</td>",
- "width":"300px",
- "items": {
- "chancename":{"value":"function(d){ return (d.chancename == undefined || d.chancename=='') ? '--': d.chancename}"}
- }
- }
- },
- {
- "name": "createTime",
- "head": {
- "html": "<th styles='normalThNode' lable='createTime'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='createTime' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "createTime":{"value":"function(d){ return (d.createTime == undefined || d.createTime=='') ? '--': d.createTime}"}
- }
- }
- },
- {
- "name": "chanceType",
- "head": {
- "html": "<th styles='normalThNode' lable='chanceType'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='chancetype' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "chancetype":{"value":"function(d){ return (d.chancetype == undefined || d.chancetype=='') ? '--': d.chancetype}"}
- }
- }
- },
- {
- "name": "chanceSource",
- "head": {
- "html": "<th styles='normalThNode' lable='chanceSource'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='source' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "source": {"value":"function(d){ return (d.source == undefined || d.source=='') ? '--': d.source}"}
- }
- }
- },
- {
- "name": "chanceLevel",
- "head": {
- "html": "<th styles='normalThNode' lable='chanceLevel'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='level' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "level": {"value":"function(d){ return (d.level == undefined || d.level=='') ? '--': d.level}"}
- }
- }
- },
- {
- "name": "chanceStatus",
- "head": {
- "html": "<th styles='normalThNode' lable='chanceStatus'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='chanceStatus' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "chanceStatus": {"value":"function(d){ return (d.state == undefined || d.state=='') ? '--': d.state}"}
- }
- }
- },
- {
- "name": "chanceStatus",
- "head": {
- "html": "<th styles='normalThNode' lable='chanceStatus'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='chanceStatus' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "chanceStatus": {"value":"function(d){ return (d.state == undefined || d.state=='') ? '--': d.state}"}
- }
- }
- },
- {
- "name": "chanceStatus",
- "head": {
- "html": "<th styles='normalThNode' lable='chanceStatus'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='chanceStatus' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "chanceStatus": {"value":"function(d){ return (d.state == undefined || d.state=='') ? '--': d.state}"}
- }
- }
- },
- {
- "name": "chanceStatus",
- "head": {
- "html": "<th styles='normalThNode' lable='chanceStatus'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='chanceStatus' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "chanceStatus": {"value":"function(d){ return (d.state == undefined || d.state=='') ? '--': d.state}"}
- }
- }
- },
- {
- "name": "chanceGrade",
- "head": {
- "html": "<th styles='normalThNode' lable='chanceGrade'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='chanceGrade' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "chanceGrade": {"value":"function(d){ return (d.rank == undefined || d.rank=='') ? '--': d.rank}"}
- }
- }
- }
- ]
- }
|