Добавил форму Предварительного диагноза, фикс стилей

This commit is contained in:
megavrilinvv
2023-06-26 12:13:59 +03:00
parent a9c8d6b3b6
commit b6fffcfddd
4 changed files with 27 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
)
.disease-body.flex
.flex.flex-col.gap-y-17px.w-full(v-if="fillInspection || change")
.flex.-ml-2
.flex.-ml-2(v-if="data.key === 'disease'")
q-checkbox.text-smm.font-medium(v-model="data.results.checked" label="Без особенностей" size="36px")
.textarea.flex.w-full
base-input.w-full(
@@ -78,10 +78,9 @@ export default {
immediate: true,
handler(newVal) {
if (newVal) {
this.change = true;
this.change = false;
this.modelValue = null;
} else {
this.change = false;
this.modelValue = this.state;
}
},