| | |
| | | default-expand-all |
| | | :tree-props="{children: 'children', hasChildren: 'hasChildren'}" |
| | | :show-overflow-tooltip="true"> |
| | | <el-table-column label="项目名称" align="center" prop="projectName" /> |
| | | <el-table-column label="项目名称" prop="projectName" /> |
| | | <el-table-column label="项目推进类型" align="center" prop="projectType"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag :options="dict.type.sys_project_type" :value="scope.row.projectType"/> |
| | |
| | | size="mini" |
| | | type="text" |
| | | icon="el-icon-plus" |
| | | style="margin-right: 10px" |
| | | @click="handleadd(scope.row)" |
| | | >添加子工程</el-button> |
| | | <el-button |