WIP Набросала строки таблицы
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<template lang="pug">
|
||||
.medcards-wrapper.flex.flex-col.w-full.gap-y-2.h-full
|
||||
table-patients
|
||||
medical-card-list
|
||||
medical-card-search
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MedicalCardList from "./components/MedicalCardList.vue";
|
||||
import MedicalCardSearch from "./components/MedicalCardSearch.vue";
|
||||
import TablePatients from "./components/TablePatients.vue";
|
||||
|
||||
export default {
|
||||
name: "TheMedcards",
|
||||
components: { MedicalCardList, TablePatients },
|
||||
components: { MedicalCardSearch, TablePatients },
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user