| | |
| | | }; |
| | | } |
| | | treetable.render({ |
| | | treeColIndex: 1, |
| | | treeColIndex: 0, |
| | | treeSpid: -1, |
| | | treeIdName: 'id', |
| | | treePidName: 'parentId', |
| | |
| | | where: param, |
| | | page: false, |
| | | cols: [[ |
| | | { type: 'numbers' ,width: "10%" }, |
| | | { field: 'name',width: "10%", minWidth: 200, title: '菜单名称' }, |
| | | // { type: 'numbers' ,width: "10%" }, |
| | | { field: 'name',width: "180", minWidth: 200, title: '菜单名称' }, |
| | | { field: 'tenantId',width: "10%", minWidth: 80, title: '应用标识' }, |
| | | { field: 'url',width: "10%", title: '菜单url' }, |
| | | { field: 'url',width: "240", title: '菜单url' }, |
| | | { field: 'path',width: "10%", title: '菜单path' }, |
| | | { field: 'css',width: "10%", align: 'center', title: '样式' }, |
| | | // { field: 'css',width: "10%", align: 'center', title: '样式' }, |
| | | { field: 'sort', width: "10%", align: 'center', title: '排序号' }, |
| | | { |
| | | field: 'type', width: "10%", align: 'center', templet: function (d) { |