แก้ไข ออกคำสั่ง
This commit is contained in:
parent
a8f0b2b008
commit
e095ef3186
1 changed files with 2 additions and 2 deletions
|
|
@ -171,7 +171,7 @@
|
|||
<q-td
|
||||
key="OrderType"
|
||||
:props="props"
|
||||
@click="redirectToPage(props.row.OrderType)"
|
||||
@click="redirectToPage(props.row.Order)"
|
||||
>
|
||||
{{ props.row.OrderType }}
|
||||
</q-td>
|
||||
|
|
@ -533,7 +533,7 @@ const OriginalDataFetch = async () => {
|
|||
};
|
||||
|
||||
// ดูรายการหน้าต่อไป
|
||||
const redirectToPage = (id?: number) => {
|
||||
const redirectToPage = () => {
|
||||
// router.push({ name: "placementDetail" });
|
||||
router.push(`/placement/order/detail`);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue