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