Добавил форму Предварительного диагноза, фикс стилей
This commit is contained in:
@@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user