Merge branch 'feature/v6.0/6.0.1' of http://139.196.74.78:10010/r/drone/drone-web-manage into feature/v6.0/6.0.1
| | |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | label: '授权功能', |
| | | prop: 'devicePerMenuId', |
| | | labelWidth: 130, |
| | | type: 'tree', |
| | | dicUrl: '/blade-system/manage/api/v1/devicePerMenu/selectDeviceList', |
| | | props: { |
| | | label: 'name', |
| | | value: 'id', |
| | | }, |
| | | multiple: true, |
| | | dataType: 'string', |
| | | span: 24, |
| | | row: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: '请输入授权功能', |
| | | trigger: 'blur', |
| | | }, |
| | | ], |
| | | }, |
| | | // { |
| | | // label: '授权功能', |
| | | // prop: 'devicePerMenuId', |
| | | // labelWidth: 130, |
| | | // type: 'tree', |
| | | // dicUrl: '/blade-system/manage/api/v1/devicePerMenu/selectDeviceList', |
| | | // props: { |
| | | // label: 'name', |
| | | // value: 'id', |
| | | // }, |
| | | // multiple: true, |
| | | // dataType: 'string', |
| | | // span: 24, |
| | | // row: true, |
| | | // rules: [ |
| | | // { |
| | | // required: true, |
| | | // message: '请输入授权功能', |
| | | // trigger: 'blur', |
| | | // }, |
| | | // ], |
| | | // }, |
| | | { |
| | | label: '授权时间', |
| | | prop: 'createTime', |