|  |  |  | 
|---|
|  |  |  | <div | 
|---|
|  |  |  | style="width: 100%; height: 50px; background: rgba(242, 242, 242, 1); line-height: 50px; text-align: center; font-size: 14px;"> | 
|---|
|  |  |  | DCA主题</div> | 
|---|
|  |  |  | <div style="width: 100%; height: calc(100vh - 170px); overflow-y: scroll;"> | 
|---|
|  |  |  | <div style="width: 100%; height: calc(100vh - 130px); overflow-y: scroll;"> | 
|---|
|  |  |  | <Tree :list="treeList" :alllist="treeList"  :defaultProps="{ name: 'name', status: 'fsStatus', children: 'childList', id: 'id' }" | 
|---|
|  |  |  | @callback="callback" /> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | v-permissions="['business:category:create']">新建</el-button></li> | 
|---|
|  |  |  | <li><el-button type="danger" @click="deleteByIdInBatch(true,getfindTreePage)" icon="el-icon-delete" v-permissions="['business:category:delete']">批量删除</el-button></li> | 
|---|
|  |  |  | </ul> | 
|---|
|  |  |  | <el-table   v-loading="isWorking.search" :data="tableData.list" stripe @selection-change="handleSelectionChange"> | 
|---|
|  |  |  | <el-table  :height="tableHeightNew" v-loading="isWorking.search" :data="tableData.list" stripe @selection-change="handleSelectionChange"> | 
|---|
|  |  |  | <el-table-column type="selection" width="55"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="name" label="名称" min-width="100px"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="parentName" label="所属父级" min-width="150px"></el-table-column> | 
|---|