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