src/views/system/dept/index.vue
@@ -28,6 +28,7 @@ </el-row> <el-table v-if="refreshTable" v-loading="loading" :data="deptList" row-key="deptId" :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border :default-expand-all="isExpandAll" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"> <el-table-column prop="deptName" label="部门名称" width="260"></el-table-column> <el-table-column prop="orderNum" label="排序" width="200"></el-table-column>