소스 검색

消缺恢复

SunZehao 7 달 전
부모
커밋
f0887bc428
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/powerPrediction/homePageNoMap.vue

+ 1 - 1
src/views/powerPrediction/homePageNoMap.vue

@@ -928,7 +928,7 @@
                 }
             },
             showColor(str) {
-                return str.indexOf("预警") !== -1
+                return str.indexOf("预警") !== -1 ? true : false
             },
             showTitle(item) {
                 return item.substring(0, item.indexOf('发布') + 2)