|
|
@@ -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">
|