瀏覽代碼

调整车间管家的进度

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