เพิ่ม ui หน้ารายการลา

This commit is contained in:
Tanyalak 2023-09-27 15:49:15 +07:00
parent 7f0e41ff31
commit 060be9b843
12 changed files with 938 additions and 16 deletions

View file

@ -60,7 +60,7 @@
<div
class="q-pa-xs col-xs-12 col-sm-6 col-md-4 col-lg-3 grid-style-transition"
>
<q-card bordered flat class="q-py-sm">
<q-card bordered flat class="q-py-sm shadow-0">
<q-list dense>
<q-item v-for="col in props.cols" :key="col.name" :props="props">
<q-item-section>
@ -81,7 +81,6 @@
</Table>
</div>
</q-card>
</div>
</div>
</template>
@ -89,7 +88,7 @@
import type { QTableProps } from "quasar";
import { ref } from "vue";
import { useRouter } from "vue-router";
import Table from "@/modules/04_checkin/componenst/tableHistory.vue"
import Table from "@/modules/04_checkin/componenst/TableHistory.vue"
const router = useRouter();