update list for project routes

This commit is contained in:
maxim
2025-03-16 21:18:38 +03:00
parent 191f495abe
commit 0eddd112ae
8 changed files with 82 additions and 33 deletions

View File

@ -26,6 +26,14 @@ export const CityList = () => {
align: 'left',
headerAlign: 'left',
},
{
field: 'country',
headerName: 'Cтрана',
type: 'string',
minWidth: 150,
align: 'left',
headerAlign: 'left',
},
{
field: 'name',
headerName: 'Название',
@ -36,11 +44,11 @@ export const CityList = () => {
{
field: 'actions',
headerName: 'Действия',
minWidth: 120,
display: 'flex',
align: 'right',
headerAlign: 'center',
minWidth: 120,
sortable: false,
display: 'flex',
renderCell: function render({row}) {
return (
<>