| | |
| | | default-expand-all |
| | | :tree-props="{children: 'children', hasChildren: 'hasChildren'}" |
| | | > |
| | | <el-table-column label="机构名称" align="left" prop="name"/> |
| | | <el-table-column label="机构编号" align="left" width="150" prop="code"/> |
| | | <el-table-column label="机构名称" align="left" prop="name" show-overflow-tooltip/> |
| | | <el-table-column label="机构编号" align="left" width="150" prop="code" show-overflow-tooltip/> |
| | | <el-table-column label="显示顺序" width="80" align="center" prop="orderNum"/> |
| | | <el-table-column label="操作" align="center" width="180" class-name="small-padding fixed-width"> |
| | | <template slot-scope="scope"> |