api ปุ่มออกคำสั่ง
This commit is contained in:
parent
c51f66c808
commit
434b752f94
2 changed files with 63 additions and 20 deletions
|
|
@ -62,6 +62,7 @@ export default {
|
|||
typeOrder: () => `${order}/order/order-type`,
|
||||
nextStep: (orderId: string) => `${order}/order/next/${orderId}`,
|
||||
prevStep: (orderId: string) => `${order}/order/prev/${orderId}`,
|
||||
executeOrder: (orderId: string) => `${order}/order/execute/${orderId}`,
|
||||
|
||||
createOrder: () => `${order}/order/detail`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue