finalize country, city, carrier
routes
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user