maven
2026-02-09 3be3d4aad39136990b2c03563f58a1efb6d4315e
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>