[WIP] Заменил инпуты и радио инпуты
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
:items="gendersList",
|
||||
radioButtonsLabel="Пол",
|
||||
v-model="clientDetail.gender",
|
||||
inline
|
||||
)
|
||||
.flex.gap-x-4
|
||||
.input
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
base-radio-buttons-group(
|
||||
:items="policiesList",
|
||||
v-model="policy",
|
||||
rowGap="gap-x-[182px]"
|
||||
rowGap="gap-x-[182px]",
|
||||
inline
|
||||
)
|
||||
.flex.gap-x-4
|
||||
.flex.flex-col.gap-y-4
|
||||
|
||||
Reference in New Issue
Block a user