diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..ed8fd4f --- /dev/null +++ b/.env.template @@ -0,0 +1 @@ +VUE_APP_API_HOST= \ No newline at end of file diff --git a/src/components/CustomerForm.vue b/src/components/CustomerForm.vue index 8a38138..20d64c9 100644 --- a/src/components/CustomerForm.vue +++ b/src/components/CustomerForm.vue @@ -16,6 +16,8 @@ :placeholder="$t('enter.client')" autocomplete="off" > +

{{ $t('settings') }}

- + + + + + + {{ $t('save') }} + + {{ $t('logout') }}
\ No newline at end of file diff --git a/src/i18n/ru.json b/src/i18n/ru.json index b2db056..8003849 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -32,6 +32,7 @@ "client": "Введите имя клиента", "date": "Выберите дату", "email": "Введите email", + "inn": "Введите ИНН клиента", "login": "Введите логин", "make": "Введите производителя", "model": "Введите модель", @@ -46,6 +47,7 @@ "hailstorm": "Град", "home": "Главная", "hood": "Капот", + "inn": "ИНН", "invoice": "Счет на оплату", "length": "Длина", "light": "Простой ремонт",