Selaa lähdekoodia

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

洪海涛 4 vuotta sitten
vanhempi
sitoutus
0ffd87f2a3

+ 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