tangning 8 tháng trước cách đây
mục cha
commit
d7d74fdd97
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/productOperation/data.ts

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

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