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

@@ -39,6 +39,18 @@ const searchConfig: ISearchConfig = {
},
},
},
{
type: "input",
label: "台桌名称",
prop: "tableName",
attrs: {
placeholder: "请输入台桌名称",
clearable: true,
style: {
width: "200px",
},
},
},
{
type: "input",
label: "商品名称",