Quellcode durchsuchen

调整车间管家的进度

Lijy vor 1 Jahr
Ursprung
Commit
c28f0a1eb2

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/statistic/index.vue

@@ -1355,7 +1355,7 @@ export default {
       if(!dividend) {
         return  '0%'
       }
-      return Math.ceil((divisor / dividend) * 100)) + '%'
+      return Math.ceil((divisor / dividend) * 100) + '%'
     }
   },
 };