Răsfoiți Sursa

调整修井公式

Zimo 3 zile în urmă
părinte
comite
487542c723
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/views/pms/iotrydailyreport/ry-xj-form.vue

+ 1 - 1
src/views/pms/iotrydailyreport/ry-xj-form.vue

@@ -451,7 +451,7 @@ const computedAllocatedEfficiency = useDebounceFn(function (row: ReportDetail) {
 
   console.log('row', row)
 
-  row.allocatedEfficiency = Number(((row.allocatedTime / row.duration) * 100).toFixed(2))
+  row.allocatedEfficiency = Number((row.allocatedTime / row.duration).toFixed(2))
 }, 100)
 
 const calculate = (row: ReportDetail) => {