fix slicing result entry

This commit is contained in:
Hanan Askarim
2024-08-19 15:44:22 +07:00
parent b3ad260791
commit 08e181f3ce
4 changed files with 293 additions and 298 deletions

View File

@@ -3,14 +3,12 @@
<one-navbar></one-navbar>
<v-main>
<div class="pa-5 bg-primary-lighten ml-2 rounded-xl h-100">
<search-component></search-component>
<v-row>
<v-col cols="12" md="12" sm="12" xs="12">
<search-component></search-component>
</v-col>
<v-col cols="12" md="4" sm="12" xs="12">
<v-col cols="12" md="3" sm="12" xs="12" class="mt-5">
<list-patient-component></list-patient-component>
</v-col>
<v-col cols="12" md="8" sm="12" xs="12">
<v-col cols="12" md="9" sm="12" xs="12" class="mt-5">
<detail-patient-component></detail-patient-component>
</v-col>
</v-row>