add new props for /station route

This commit is contained in:
maxim
2025-04-06 23:16:24 +03:00
parent af5e8adc3c
commit b105bfe395
4 changed files with 219 additions and 5 deletions

View File

@ -55,6 +55,33 @@ export const StationList = () => {
align: 'left',
headerAlign: 'left',
},
{
field: 'city_id',
headerName: 'ID города',
type: 'number',
minWidth: 120,
display: 'flex',
align: 'left',
headerAlign: 'left',
},
{
field: 'offset_x',
headerName: 'Смещение (X)',
type: 'number',
minWidth: 120,
display: 'flex',
align: 'left',
headerAlign: 'left',
},
{
field: 'offset_y',
headerName: 'Смещение (Y)',
type: 'number',
minWidth: 120,
display: 'flex',
align: 'left',
headerAlign: 'left',
},
{
field: 'description',
headerName: 'Описание',