WIP Поправил таблицу зубной формулы и доработал формы информации о клиенте
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
)
|
||||
q-option-group.flex(
|
||||
class="q-gutter-md",
|
||||
:style="{ columnGap: columnGap + 'px', rowGap: rowGap + 'px' }"
|
||||
:style="{ columnGap: columnGap + 'px', rowGap: rowGap + 'px', flexDirection: directionColumn ? 'column' : 'row' }"
|
||||
:size="size",
|
||||
:options="items",
|
||||
type="radio",
|
||||
@@ -22,7 +22,7 @@ export default {
|
||||
components: { BaseInputContainer },
|
||||
emits: ["update:modelValue"],
|
||||
props: {
|
||||
modelValue: String,
|
||||
modelValue: [String, Boolean],
|
||||
radioButtonsLabel: String,
|
||||
items: {
|
||||
type: Array,
|
||||
|
||||
Reference in New Issue
Block a user