| | |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'id', align: 'center',title: '唯一id',width: 100} |
| | | ,{field: 'id', align: 'center',title: '唯一id',width: 100 , hide: true} |
| | | ,{field: 'type', align: 'center',title: '节点类型', hide:true} |
| | | |
| | | ,{field: 'weightNum', align: 'center',title: '权重值', width: 100} |
| | | ,{field: 'isAsrs$', align: 'center', width: 100, title: '项目类型'} |
| | | |
| | | ,{field: 'name', align: 'center',title: '节点名称'} |
| | | |
| | | |
| | | ,{field: 'memo', align: 'center',title: '备注', width: 300} |
| | | // ,{field: 'str1', align: 'center',title: ''} |
| | | // ,{field: 'str2', align: 'center',title: ''} |