no message
This commit is contained in:
parent
d40db2c752
commit
482e44815e
1 changed files with 0 additions and 14 deletions
|
|
@ -164,15 +164,7 @@
|
||||||
<q-td key="OrderNum" :props="props">
|
<q-td key="OrderNum" :props="props">
|
||||||
{{ props.row.OrderNum }}
|
{{ props.row.OrderNum }}
|
||||||
</q-td>
|
</q-td>
|
||||||
<<<<<<< HEAD
|
|
||||||
<q-td
|
|
||||||
key="OrderType"
|
|
||||||
:props="props"
|
|
||||||
@click="redirectToPage(props.row.Order)"
|
|
||||||
>
|
|
||||||
=======
|
|
||||||
<q-td key="OrderType" :props="props">
|
<q-td key="OrderType" :props="props">
|
||||||
>>>>>>> nice_dev
|
|
||||||
{{ props.row.OrderType }}
|
{{ props.row.OrderType }}
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td key="OrderDate" :props="props">
|
<q-td key="OrderDate" :props="props">
|
||||||
|
|
@ -520,15 +512,9 @@ const OriginalDataFetch = async () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
// ดูรายการหน้าต่อไป
|
// ดูรายการหน้าต่อไป
|
||||||
<<<<<<< HEAD
|
|
||||||
const redirectToPage = () => {
|
|
||||||
// router.push({ name: "placementDetail" });
|
|
||||||
router.push(`/placement/order/detail`);
|
|
||||||
=======
|
|
||||||
const redirectToPage = (id?: string) => {
|
const redirectToPage = (id?: string) => {
|
||||||
console.log(id);
|
console.log(id);
|
||||||
router.push(`/placement/order/detail/${id}`);
|
router.push(`/placement/order/detail/${id}`);
|
||||||
>>>>>>> nice_dev
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const clickDelete = (id: string) => {
|
const clickDelete = (id: string) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue