|
|
@ -8,14 +8,18 @@ |
|
|
|
<span class="left-bottom-line" /> |
|
|
|
<div class="tree-title">档案门类</div> |
|
|
|
<!--档案门类树状结构--> |
|
|
|
<el-tree ref="archivesTree" v-loading="crud.loading" :data="crud.data" :props="defaultProps" node-key="id" :expand-on-click-node="false" highlight-current @node-click="handleNodeClick" /> |
|
|
|
<div class="tree-scoll"> |
|
|
|
<el-tree ref="archivesTree" v-loading="crud.loading" :data="crud.data" :props="defaultProps" node-key="id" :expand-on-click-node="false" highlight-current @node-click="handleNodeClick" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-if="!isRecycle" class="container-left left-tree-item"> |
|
|
|
<span class="right-top-line" /> |
|
|
|
<span class="left-bottom-line" /> |
|
|
|
<div class="tree-title">智能分类</div> |
|
|
|
<!--智能分类树状结构--> |
|
|
|
<el-tree ref="smartTree" v-loading="intellClassifyLoading" :data="intellClassifyTree" :props="intellDefaultProps" node-key="id" :expand-on-click-node="false" highlight-current @node-click="handleIntellNodeClick" /> |
|
|
|
<div class="tree-scoll"> |
|
|
|
<el-tree ref="smartTree" v-loading="intellClassifyLoading" :data="intellClassifyTree" :props="intellDefaultProps" node-key="id" :expand-on-click-node="false" highlight-current @node-click="handleIntellNodeClick" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
|
|
|
@ -437,4 +441,9 @@ export default { |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
@import "~@/assets/styles/archives-manage.scss"; |
|
|
|
.tree-scoll{ |
|
|
|
height: calc(100vh - 630px); |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-x: hidden; |
|
|
|
} |
|
|
|
</style> |