From 4f0ef2ab8c2c2a9cfcdd99c21288e1fafc4e06e7 Mon Sep 17 00:00:00 2001 From: megavrilinvv Date: Tue, 23 May 2023 11:26:19 +0300 Subject: [PATCH] =?UTF-8?q?[WIP]=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=82=D0=B5=D0=BA=D1=81=20=D1=84=D0=BE=D1=80=D0=BC?= =?UTF-8?q?=D1=8B=20=D0=94=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BE=D0=B1?= =?UTF-8?q?=D1=81=D0=BB=D0=B5=D0=B4=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Forms/DiseaseForm.vue | 43 +++++++++++++++++-- .../newMedicalCard/utils/medicalConfig.js | 2 +- src/store/modules/medicalCard.js | 3 ++ 3 files changed, 43 insertions(+), 5 deletions(-) diff --git a/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/DiseaseForm.vue b/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/DiseaseForm.vue index c93c05b..df82f64 100644 --- a/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/DiseaseForm.vue +++ b/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/DiseaseForm.vue @@ -13,18 +13,19 @@ q-checkbox.text-smm.font-medium(v-model="data.results.checked" label="Без особенностей" size="36px") .textarea.flex.w-full base-input.w-full( - v-model="data.results.text", + v-model="modelValue", type="textarea", outlined, resize="vertical", placeholder="Введите данные..." ) - .font-medium.text-smm(v-else) {{data.results?.text}} + .font-medium.text-smm(v-else) {{displayedValue}}