แก้ bug

This commit is contained in:
AnandaTon 2023-06-23 12:29:10 +07:00
parent 1feff32e35
commit dc7ddcb758
3 changed files with 11 additions and 7 deletions

View file

@ -202,7 +202,7 @@
<template v-slot:pagination="scope">
<q-pagination
v-model="pagination.page"
color="grey-8"
color="primary"
:max="scope.pagesNumber"
:max-pages="5"
size="sm"
@ -541,7 +541,7 @@ const clickDelete = (id: string) => {
// };
const clickAdd = () => {
router.push({ name: "addOrderPlacement" });
router.push({ name: "OrderplacementDetail" });
};
//