部门管理-成员数,用户管理-左侧树
This commit is contained in:
parent
c04f383a33
commit
ce34acdeb6
|
|
@ -58,6 +58,7 @@
|
|||
>
|
||||
<el-table-column prop="deptName" label="部门名称" width="260"></el-table-column>
|
||||
<el-table-column prop="orderNum" label="排序" width="200"></el-table-column>
|
||||
<el-table-column prop="userCount" label="成员数" width="200"></el-table-column>
|
||||
<el-table-column prop="status" label="状态" width="100">
|
||||
<template slot-scope="scope">
|
||||
<dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status"/>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<el-col>
|
||||
<!-- 使用新的部门树组件 -->
|
||||
<dept-tree-with-operations
|
||||
:dept-options="deptOptions"
|
||||
:dept-options="enabledDeptOptions"
|
||||
:default-props="defaultProps"
|
||||
@node-click="handleNodeClick"
|
||||
@dept-added="refreshDeptTree"
|
||||
|
|
|
|||
Loading…
Reference in New Issue