Просмотр исходного кода

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

zhulu 1 год назад
Родитель
Сommit
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
                   )