|
@ -54,8 +54,8 @@ |
|
|
:default-expand-all="isExpandAll" |
|
|
:default-expand-all="isExpandAll" |
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }" |
|
|
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }" |
|
|
> |
|
|
> |
|
|
<el-table-column prop="deptName" label="部门名称" width="260"></el-table-column> |
|
|
<el-table-column prop="deptName" label="部门名称" width="360"></el-table-column> |
|
|
<el-table-column prop="orderNum" label="排序" width="200"></el-table-column> |
|
|
<el-table-column prop="orderNum" label="排序" width="100"></el-table-column> |
|
|
<el-table-column prop="status" label="状态" width="100"> |
|
|
<el-table-column prop="status" label="状态" width="100"> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
<dict-tag :options="sys_normal_disable" :value="scope.row.status" /> |
|
|
<dict-tag :options="sys_normal_disable" :value="scope.row.status" /> |
|
|