Преглед на файлове

调整车间管家的进度

Lijy преди 1 година
родител
ревизия
c28f0a1eb2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet-workshop/src/views/statistic/index.vue

+ 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) + '%'
     }
   },
 };