แก้ไข ออกคำสั่ง

This commit is contained in:
Thanit Konmek 2023-08-04 12:43:06 +07:00
parent a8f0b2b008
commit e095ef3186

View file

@ -171,7 +171,7 @@
<q-td <q-td
key="OrderType" key="OrderType"
:props="props" :props="props"
@click="redirectToPage(props.row.OrderType)" @click="redirectToPage(props.row.Order)"
> >
{{ props.row.OrderType }} {{ props.row.OrderType }}
</q-td> </q-td>
@ -533,7 +533,7 @@ const OriginalDataFetch = async () => {
}; };
// //
const redirectToPage = (id?: number) => { const redirectToPage = () => {
// router.push({ name: "placementDetail" }); // router.push({ name: "placementDetail" });
router.push(`/placement/order/detail`); router.push(`/placement/order/detail`);
}; };