src/views/system/dept/index.vue
@@ -54,6 +54,7 @@ row-key="deptId" :default-expand-all="isExpandAll" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" stripe > <el-table-column prop="deptName" label="公司名称" width="260"></el-table-column> <el-table-column prop="orderNum" label="排序" width="200"></el-table-column>