[WIP] Добавил wrapper на формы страницы медкаточек

This commit is contained in:
megavrilinvv
2023-07-24 18:37:58 +03:00
parent c63fe8c319
commit 2e3764c6ac
6 changed files with 100 additions and 2 deletions

View File

@@ -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>