แก้ bug
This commit is contained in:
parent
1feff32e35
commit
dc7ddcb758
3 changed files with 11 additions and 7 deletions
|
|
@ -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" });
|
||||
};
|
||||
|
||||
// เลือกปีงบประมาณ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue