forked from ddrilling/asb_cloud_front
Ширина полей на странице сообщений исправлена
This commit is contained in:
parent
f549219be2
commit
a6f52e6aab
@ -21,16 +21,19 @@ const categoryDictionary = {
|
|||||||
|
|
||||||
const columns = [
|
const columns = [
|
||||||
{
|
{
|
||||||
|
width: '10%',
|
||||||
title: 'Дата',
|
title: 'Дата',
|
||||||
key: 'date',
|
key: 'date',
|
||||||
dataIndex: 'date',
|
dataIndex: 'date',
|
||||||
render: item => moment(item).format('DD MMM YYYY, HH:mm:ss'),
|
render: item => moment(item).format('DD MMM YYYY, HH:mm:ss'),
|
||||||
}, {
|
}, {
|
||||||
|
width: '10%',
|
||||||
title: 'Глубина',
|
title: 'Глубина',
|
||||||
key: 'wellDepth',
|
key: 'wellDepth',
|
||||||
dataIndex: 'wellDepth',
|
dataIndex: 'wellDepth',
|
||||||
render: depth => <span>{depth.toFixed(2)} м.</span>,
|
render: depth => <span>{depth.toFixed(2)} м.</span>,
|
||||||
}, {
|
}, {
|
||||||
|
width: '10%',
|
||||||
title: 'Категория',
|
title: 'Категория',
|
||||||
key: 'categoryId',
|
key: 'categoryId',
|
||||||
dataIndex: 'categoryId',
|
dataIndex: 'categoryId',
|
||||||
@ -42,6 +45,7 @@ const columns = [
|
|||||||
key: 'message',
|
key: 'message',
|
||||||
dataIndex: 'message',
|
dataIndex: 'message',
|
||||||
}, {
|
}, {
|
||||||
|
width: '10%',
|
||||||
title: 'Пользователь',
|
title: 'Пользователь',
|
||||||
key: 'user',
|
key: 'user',
|
||||||
dataIndex: 'user',
|
dataIndex: 'user',
|
||||||
|
Loading…
Reference in New Issue
Block a user