feat: 增加桌台统计跳转订单页面传参

This commit is contained in:
2025-03-19 15:53:09 +08:00
parent 6f779f19a3
commit c67424fe2c
4 changed files with 76 additions and 23 deletions

View File

@@ -141,10 +141,9 @@ export default {
toTableOrderList(data) {
// console.log(data)
this.$router.push({
path: "/order_manage/order_list",
path: "/order/index",
query: {
tableName: data.tableName,
timeValue: this.timeValue,
},
});
},