소스 검색

解决缺陷 【ID1017520】【WEB】整改情况跟踪:列表显示的整改状态与详情中的不一致

zhulu 1 년 전
부모
커밋
1217aba384
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/question/reform/index.vue

+ 1 - 1
src/views/question/reform/index.vue

@@ -187,7 +187,7 @@
                 <span>{{
                   getLabel(
                     dict.type.question_reform_status,
-                    scope.row.overdueStatus && scope.row.reformStatus!=13
+                    scope.row.overdueStatus && scope.row.reformStatus==10
                       ? scope.row.overdueStatus
                       : scope.row.reformStatus
                   )