flyzto il y a 6 mois
Parent
commit
e82b1a1255
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      web/apps/web-antd/src/views/match/solutions/index.vue

+ 3 - 3
web/apps/web-antd/src/views/match/solutions/index.vue

@@ -277,9 +277,9 @@ const formatEvents = (events, cprKeys) => {
       if (ratioKey > 0) {
         ratioKey = `+${ratioKey}`;
       }
-      else if (ratioKey === 0) {
-        ratioKey = '-0';
-      }
+      // else if (ratioKey === 0) {
+      //   ratioKey = '-0';
+      // }
       else {
         ratioKey = `${ratioKey}`;
       }