Ver código fonte

feat(部门管理): 在部门列表中添加部门ID列

为了便于查看和管理部门ID,在部门列表表格中新增部门ID列
huoyi 1 semana atrás
pai
commit
651f42babe
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/system/dept/index.vue

+ 1 - 0
src/views/system/dept/index.vue

@@ -66,6 +66,7 @@
66 66
          :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
67 67
       >
68 68
          <el-table-column prop="deptName" label="部门名称" width="260"></el-table-column>
69
+         <el-table-column prop="deptId" label="部门ID" width="260"></el-table-column>
69 70
          <el-table-column prop="orderNum" label="排序" width="200"></el-table-column>
70 71
          <el-table-column prop="status" label="状态" width="100">
71 72
             <template #default="scope">