Forráskód Böngészése

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

zhulu 1 éve
szülő
commit
1217aba384
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
                   )