forked from ddrilling/asb_cloud_front
Ширина полей на странице сообщений исправлена
This commit is contained in:
parent
f549219be2
commit
a6f52e6aab
@ -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 => <span>{depth.toFixed(2)} м.</span>,
|
||||
}, {
|
||||
width: '10%',
|
||||
title: 'Категория',
|
||||
key: 'categoryId',
|
||||
dataIndex: 'categoryId',
|
||||
@ -42,6 +45,7 @@ const columns = [
|
||||
key: 'message',
|
||||
dataIndex: 'message',
|
||||
}, {
|
||||
width: '10%',
|
||||
title: 'Пользователь',
|
||||
key: 'user',
|
||||
dataIndex: 'user',
|
||||
|
Loading…
Reference in New Issue
Block a user