xiangpei
2025-03-03 d0f24d6ed53aec6f345d2fa9c7b7e397a83e32d4
src/views/engineering/index.vue
@@ -105,7 +105,7 @@
      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"/>
@@ -133,6 +133,7 @@
            size="mini"
            type="text"
            icon="el-icon-plus"
            style="margin-right: 10px"
            @click="handleadd(scope.row)"
          >添加子工程</el-button>
          <el-button