luohairen
2024-12-26 bf4b1e2337993c3f053cfd8a43a84807fe9103fb
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