| | |
| | | controllist = [ |
| | | { label: '角色信息', name: 'data', labtype: 'panel',islist:'false', data: [ |
| | | |
| | | {label:' 用户id ', name: 'Id', labtype: 'txt', addvisible: false, editvisible: false ,reg:''} |
| | | , { label: ' 白名单名称 ', name: 'BaimingdanName', labtype: 'txt', addvisible: true, editvisible: true , reg:'',ismust:true } |
| | | , { label: ' 白名单组 ', name: 'PostType', labtype: 'combox', addvisible: true, editvisible: true, reg: '', ismust: true, data: JSON.parse(PostType)} |
| | | { label: ' 用户id ', name: 'Id', labtype: 'txt', addvisible: false, editvisible: false, reg: '' } |
| | | , { label: ' 白名单组 ', name: 'PostType', labtype: 'combox', addvisible: true, editvisible: true, reg: '', ismust: true, data: JSON.parse(PostType) } |
| | | |
| | | , { label: ' 白名单名称 ', name: 'BaimingdanName', labtype: 'txt', addvisible: true, editvisible: true , reg:'',ismust:true } |
| | | |
| | | , { label: ' 状态 ', name: 'RecStatus', labtype: 'txt', disabled:false, addvisible: false, editvisible: false ,reg:''} |
| | | |
| | | |