tangning 8 ay önce
ebeveyn
işleme
9bb0e8593a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/productOperation/data.ts

+ 1 - 1
src/views/productOperation/data.ts

@@ -549,7 +549,7 @@ export const getVrColumns = () => {
       dataIndex: 'computeTime',
       width: 120,
       customRender: ({ record }) => {
-        return (record.computeTime && parseInt(record.computeTime / 60)) || '-';
+        return (record.computeTime && Math.round(record.computeTime / 60)) || '-';
       },
     },
     {