WIP Перемещен инпут
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
.flex.flex-col.gap-y-2(v-for="(key, index) in Object.keys(dentalIndications)")
|
||||
span.font-bold.text-xsx {{`${index+1}. ${configData.dental_indications[key]}`}}
|
||||
medical-dental-formula(v-if="key === 'dental_formula'" :formula-data="dentalIndications[key]")
|
||||
base-input(v-model="dentalIndications[key]" outlined v-else)
|
||||
base-input(v-model="dentalIndications[key]", v-else, size="M")
|
||||
.flex.justify-center
|
||||
q-btn(
|
||||
@click="validateFormCard",
|
||||
|
||||
Reference in New Issue
Block a user