|
@@ -2,7 +2,7 @@
|
|
<div class="app-container">
|
|
<div class="app-container">
|
|
<el-row :gutter="20" style="height: 100%">
|
|
<el-row :gutter="20" style="height: 100%">
|
|
<el-col :span="4" style="box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%); border-right: 1px solid #f1f2f4; overflow-y: auto; height: 100%">
|
|
<el-col :span="4" style="box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%); border-right: 1px solid #f1f2f4; overflow-y: auto; height: 100%">
|
|
- <el-tree :data="deptOptions" @node-click="handleNodeClick" :default-expand-all="true"></el-tree>
|
|
|
|
|
|
+ <el-tree :data="deptOptions" @node-click="handleNodeClick" :default-expand-all="true" :expand-on-click-node="false" highlight-current></el-tree>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="20" style="height: 100%">
|
|
<el-col :span="20" style="height: 100%">
|
|
<el-form :model="queryParams" ref="queryForm" :inline="true" >
|
|
<el-form :model="queryParams" ref="queryForm" :inline="true" >
|