|
@@ -17,7 +17,7 @@
|
|
</el-header>
|
|
</el-header>
|
|
<el-container style="height:calc(100vh - 140px);">
|
|
<el-container style="height:calc(100vh - 140px);">
|
|
<el-aside class="aside">
|
|
<el-aside class="aside">
|
|
- <el-tree ref="treeBox" :data="dealWithBusinessDate" :expand-on-click-node="false" node-key="id" highlight-current :props="defaultProps" style="margin-top:20px" @node-click="handleNodeClick" />
|
|
|
|
|
|
+ <el-tree ref="treeBox" :data="dealWithBusinessDate" node-key="id" highlight-current :props="defaultProps" style="margin-top:20px" @node-click="handleNodeClick" />
|
|
</el-aside>
|
|
</el-aside>
|
|
<el-main class="combine-table">
|
|
<el-main class="combine-table">
|
|
<el-menu :default-active="activeIndexSecondary" active-text-color="#409EFF" mode="horizontal" @select="handleSelectSecondary">
|
|
<el-menu :default-active="activeIndexSecondary" active-text-color="#409EFF" mode="horizontal" @select="handleSelectSecondary">
|