1. 优化门店管理员的功能

This commit is contained in:
李琦
2026-06-02 08:20:44 +08:00
parent a515ed3d37
commit 777dd139a2
9 changed files with 909 additions and 29 deletions

View File

@@ -412,6 +412,10 @@
"path": "withdrawal/settlement/detail",
"style": { "navigationBarTitleText": "结算明细", "navigationStyle": "custom" }
},
{
"path": "withdrawal/account-change/index",
"style": { "navigationBarTitleText": "资金变动", "navigationStyle": "custom" }
},
{
"path": "withdrawal/apply",
"style": { "navigationBarTitleText": "申请提现", "navigationStyle": "custom" }
@@ -436,6 +440,10 @@
"path": "order/detail",
"style": { "navigationBarTitleText": "订单详情", "navigationStyle": "custom" }
},
{
"path": "order/trace/index",
"style": { "navigationBarTitleText": "订单追溯", "navigationStyle": "custom" }
},
{
"path": "warehouse/index",
"style": { "navigationBarTitleText": "仓库管理", "navigationStyle": "custom" }