소스 검색

月报:服务端汇总,文案颜色调整

洪海涛 4 년 전
부모
커밋
0ffd87f2a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/components/OverallOverviewOfTheServer.vue

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/OverallOverviewOfTheServer.vue

@@ -83,7 +83,7 @@ export default {
       ctx.stroke()
     },
     isShowColor(index, value) {
-      if (index === 0 || index === 1 || index === 3 || index === 9 || index === 12) {
+      if (index === 0 || index === 3 || index === 8 || index === 11 || index === 12 || index === 13) {
         return value > 0
       }
       return false