| | |
| | | </el-col> |
| | | </el-row> |
| | | </template> |
| | | |
| | | |
| | | <script> |
| | | import { |
| | | getList, |
| | |
| | | label: "登录账号", |
| | | prop: "account", |
| | | search: true, |
| | | searchLabelWidth: 76, |
| | | display: false |
| | | }, |
| | | // { |
| | |
| | | label: "所属部门", |
| | | prop: "deptId", |
| | | type: "tree", |
| | | // multiple: true, |
| | | multiple: true, |
| | | leafOnly: false, |
| | | dicData: [], |
| | | dataType: "string", |
| | | // dataType: "string", |
| | | props: { |
| | | label: "title" |
| | | label: "title", |
| | | value: "id" |
| | | }, |
| | | // checkStrictly: true, |
| | | checkStrictly: true, |
| | | slot: true, |
| | | span: 12, |
| | | rules: [{ |
| | |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | |
| | | <style> |
| | | .box { |
| | | height: 800px; |
| | |
| | | .box .el-scrollbar__wrap { |
| | | overflow: scroll; |
| | | } |
| | | </style> |
| | | </style> |