gaoluyang
2025-03-16 5d13e90c9a149a977360f0bbf9ebdc9ebd17a5a8
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>