แก้ไข ออกคำสั่ง
This commit is contained in:
parent
a8f0b2b008
commit
e095ef3186
1 changed files with 2 additions and 2 deletions
|
|
@ -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`);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue