From a6f52e6aabe0a5525ca3accf531c692d0bfb8507 Mon Sep 17 00:00:00 2001 From: goodmice Date: Fri, 29 Oct 2021 17:10:16 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A8=D0=B8=D1=80=D0=B8=D0=BD=D0=B0=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=B5=D0=B9=20=D0=BD=D0=B0=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D0=B5=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Messages.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/Messages.jsx b/src/pages/Messages.jsx index 7910e03..20603c5 100644 --- a/src/pages/Messages.jsx +++ b/src/pages/Messages.jsx @@ -21,16 +21,19 @@ const categoryDictionary = { const columns = [ { + width: '10%', title: 'Дата', key: 'date', dataIndex: 'date', render: item => moment(item).format('DD MMM YYYY, HH:mm:ss'), }, { + width: '10%', title: 'Глубина', key: 'wellDepth', dataIndex: 'wellDepth', render: depth => {depth.toFixed(2)} м., }, { + width: '10%', title: 'Категория', key: 'categoryId', dataIndex: 'categoryId', @@ -42,6 +45,7 @@ const columns = [ key: 'message', dataIndex: 'message', }, { + width: '10%', title: 'Пользователь', key: 'user', dataIndex: 'user',