@@ -148,7 +148,7 @@ const handleReset = () => {
};
const handleDetails = (row) => {
console.log('row', row);
- router.push({ path: '/order/orderDetail', query: { id: row.orderNumber } });
+ router.push({ path: '/font/order/orderDetail', query: { id: row.orderNumber } });
</script>
@@ -8,7 +8,7 @@
</div>
<button
class="!rounded-button bg-orange-500 hover:bg-orange-600 text-white px-4 py-2 flex items-center whitespace-nowrap"
- @click="$router.push('/order/orderList')">
+ @click="$router.push('/font/order/orderList')">
<img class="h-5 w-5 mr-2" src="@/assets/img/desk/order12.png" alt="">
Back Home
</button>