From 3fbe0dd6d8eb17ed44417b202ce6000b26ec4059 Mon Sep 17 00:00:00 2001 From: megavrilinvv Date: Wed, 17 May 2023 16:49:25 +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=84=D0=BE=D1=80=D0=BC=D1=83=20=D0=A0=D0=B0=D0=B7?= =?UTF-8?q?=D0=B2=D0=B8=D1=82=D0=B8=D0=B5=20=D0=BD=D0=B0=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D1=8F=D1=89=D0=B5=D0=B3=D0=BE=20=D0=B7=D0=B0=D0=B1=D0=BE=D0=BB?= =?UTF-8?q?=D0=B5=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F,=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D1=81=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5?= =?UTF-8?q?=20=D0=B2=20=D1=81=D1=82=D0=BE=D1=80,=20=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D1=81=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Forms/DataForm.vue | 123 ++++++------------ .../Forms/DiseaseForm.vue | 63 +++++++++ .../MedicalProtocolsInspection.vue | 2 + .../newMedicalCard/utils/medicalConfig.js | 47 +++++++ tailwind.config.js | 1 + 5 files changed, 156 insertions(+), 80 deletions(-) create mode 100644 src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/DiseaseForm.vue diff --git a/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/DataForm.vue b/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/DataForm.vue index 4216e39..192d0b4 100644 --- a/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/DataForm.vue +++ b/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/DataForm.vue @@ -1,36 +1,37 @@