fuliqi
2025-01-03 f84ce5767570a5bad83f2729a95277ac5ce847b5
src/views/projectManage/plan/index.vue
@@ -109,6 +109,11 @@
          }}
        </template>
      </el-table-column>
      <el-table-column label="异常问题" align="center" prop="exception" >
        <template slot-scope="scope">
          {{ scope.row.exception === 0 ? '计划超期' : scope.row.exception === 1 ? '进度超期' : '' }}
        </template>
      </el-table-column>
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
        <template slot-scope="scope">
          <el-button
@@ -240,10 +245,7 @@
        this.$router.push({
          path: '/projectManage/planRecord',
          query: {
            id: row.id,
            projectName: row.projectName,
            projectCode: row.projectCode,
            managerFlag: row.managerFlag
            data: JSON.stringify(row)
          }
        })
      })