finalize country, city, carrier routes

This commit is contained in:
maxim
2025-03-16 22:18:26 +03:00
parent 0eddd112ae
commit 8cb64dd5ba
8 changed files with 22 additions and 25 deletions

View File

@ -11,7 +11,8 @@ export const CityShow = () => {
const fields = [
// {label: 'ID', data: 'id'},
{label: 'Название', data: 'name'},
{label: 'Код страны', data: 'country_code'},
// {label: 'Код страны', data: 'country_code'},
{label: 'Страна', data: 'country'},
]
return (