[WIP] Добавил header and footer первичного осмотра
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
<template lang="pug">
|
||||
.wrapper
|
||||
.wrapper.flex.gap-x-2
|
||||
medical-protocols-list
|
||||
medical-protocols-inspection
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MedicalProtocolsList from "@/pages/newMedicalCard/components/MedicalProtocolsList.vue";
|
||||
import MedicalProtocolsInspection from "@/pages/newMedicalCard/components/MedicalProtocolsInspection.vue";
|
||||
export default {
|
||||
name: "MedicalProtocolsWrapper",
|
||||
components: { MedicalProtocolsList },
|
||||
components: { MedicalProtocolsList, MedicalProtocolsInspection },
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user