селектор помещений из апи
This commit is contained in:
parent
9d08adee88
commit
10b12c8526
@ -3,6 +3,6 @@
|
||||
enum CompanyType: string
|
||||
{
|
||||
case Agency = "AGENCY";
|
||||
// case SelfEmployer = "SELFEMP";
|
||||
case SelfEmployer = "SELFEMP";
|
||||
case SoleProperty = "SOLEPROP";
|
||||
}
|
||||
@ -66,7 +66,7 @@ class="img-fluid rounded-start" alt="...">
|
||||
@endif
|
||||
@if(!$room)
|
||||
<div class="hstack gap-2">
|
||||
<div class="col-4 p-2 rounded-4 mb-3 bg-light border d-flex gap-2">
|
||||
<div class="col-12 col-md-4 p-2 rounded-4 mb-3 bg-light border d-flex gap-2">
|
||||
<div class="flex-fill">
|
||||
<label>Дом/строение:</label>
|
||||
<div>
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
"Legal address": "Юридический адрес",
|
||||
"Phone": "Номер телефона",
|
||||
"Email": "Электронная почта",
|
||||
"Selfemp name": "ФИО полностью",
|
||||
"SelfEmployer name": "ФИО полностью",
|
||||
"SoleProperty name": "ФИО полностью",
|
||||
"contract status new": "Новый",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user