parent
cc8959c835
commit
fd65bd7d88
@ -0,0 +1,57 @@
|
||||
export const columns = [
|
||||
{
|
||||
title: "Id",
|
||||
dataIndex: "location_id",
|
||||
key: "location_id",
|
||||
width: 50,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "Адрес",
|
||||
dataIndex: "address",
|
||||
key: "address",
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: "Район",
|
||||
dataIndex: "rayon",
|
||||
key: "rayon",
|
||||
width: "120px",
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "Округ",
|
||||
dataIndex: "okrug",
|
||||
key: "okrug",
|
||||
width: "120px",
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "Название",
|
||||
dataIndex: "name",
|
||||
key: "name",
|
||||
width: "120px",
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "Категория",
|
||||
dataIndex: "category",
|
||||
key: "category",
|
||||
width: "120px",
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "Статус",
|
||||
dataIndex: "status",
|
||||
key: "status",
|
||||
width: "120px",
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "Прогнозный трафик",
|
||||
dataIndex: "prediction_current",
|
||||
key: "prediction_current",
|
||||
width: "120px",
|
||||
ellipsis: true,
|
||||
},
|
||||
];
|
||||
Loading…
Reference in new issue