WIP Поправил таблицу зубной формулы и доработал формы информации о клиенте

This commit is contained in:
DwCay
2023-02-22 15:46:26 +03:00
parent 83449a9153
commit af47b06a7c
10 changed files with 116 additions and 28 deletions

View File

@@ -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,