update other pages
with russian translation
This commit is contained in:
@ -9,9 +9,9 @@ export const CityShow = () => {
|
||||
const record = data?.data
|
||||
|
||||
const fields = [
|
||||
{label: 'ID', data: 'id'},
|
||||
{label: 'City Name', data: 'name'},
|
||||
{label: 'Country Code', data: 'country_code'},
|
||||
// {label: 'ID', data: 'id'},
|
||||
{label: 'Название', data: 'name'},
|
||||
{label: 'Код страны', data: 'country_code'},
|
||||
]
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user