From a56ca1671a4b31d9e1112b8c8d1f3686efdc6e89 Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 23 Jul 2021 17:39:40 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BC=D0=B5=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BD=D0=B8=D1=85=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B5=D0=BD=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomColumn.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CustomColumn.jsx b/src/components/CustomColumn.jsx index 02aa7e5..5d23414 100644 --- a/src/components/CustomColumn.jsx +++ b/src/components/CustomColumn.jsx @@ -10,6 +10,7 @@ export const CustomColumn = ({data}) => { {label:'Забой, м', accessorName:'wellDepth'}, {label:'Расход, м³/ч', accessorName:'flow'}, {label:'Расход х.х., м³/ч', accessorName:'flowIdle'}, + {label: 'Отметка времени данных', accessorName: 'date'}, ] if(dataLast)