forked from ddrilling/asb_cloud_front
Added well depth display to messages table
This commit is contained in:
parent
bb73a17a77
commit
ce8596ed87
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user