[WIP] Добавил wrapper на формы страницы медкаточек
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<template lang="pug">
|
||||
medcard-form-wrapper(title="Пациент на приеме", title-link="Медкарта")
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MedcardFormWrapper from "@/pages/medcards/components/MedcardFormWrapper.vue";
|
||||
|
||||
export default {
|
||||
name: "CurrentPatientForm",
|
||||
components: { MedcardFormWrapper },
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped></style>
|
||||
Reference in New Issue
Block a user