|
|
@@ -110,8 +110,7 @@
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
|
|
|
|
- <el-table v-loading="loading" :data="planList" @selection-change="handleSelectionChange">
|
|
|
- <el-table-column type="selection" width="55" align="center"/>
|
|
|
+ <el-table v-loading="loading" default-expand-all :data="planList" @selection-change="handleSelectionChange" row-key="id" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }">
|
|
|
<el-table-column label="序号" align="center" prop="no"/>
|
|
|
<el-table-column label="计划名称" align="center" prop="planName"/>
|
|
|
<el-table-column label="计划创建机构" align="center" prop="createOrgName"/>
|