Added well depth display to messages table

This commit is contained in:
KharchenkoVV 2021-09-24 11:16:03 +05:00
parent bb73a17a77
commit ce8596ed87

View File

@ -26,6 +26,11 @@ const columns = [
dataIndex: 'date',
render: (item) => moment(item).format('DD MMM YYYY, HH:MM:ss'),
},
{
title: 'Глубина',
key: 'wellDepth',
dataIndex: 'wellDepth',
},
{
title: 'Категория',
key: 'categoryId',