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,9 +5,10 @@
v-model="value",
:options="items",
:disable="disable",
:behavior="behavior",
:hide-dropdown-icon="hideDropdownIcon"
:borderless="borderless",
:outlined="outlined",
bg-color="white",
outlined,
dense,
emit-value,
map-options
@@ -37,7 +38,13 @@ export default {
components: { BaseMenu, BaseInputContainer },
props: {
placeholder: String,
hideDropdownIcon: Boolean,
borderless: Boolean,
modelValue: [Object, String],
outlined: {
type: Boolean,
default: true,
},
items: {
type: Array,
default: () => [],