添加报表

This commit is contained in:
2025-12-25 17:18:12 +08:00
parent d46d50018e
commit 6ec846472d
15 changed files with 1078 additions and 15 deletions

View File

@@ -252,6 +252,36 @@
"navigationBarTitleText": "客户详情"
}
},
{
"path": "customer/transaction-list",
"style": {
"navigationBarTitleText": "交易记录"
}
},
{
"path": "customer/withdraw-list",
"style": {
"navigationBarTitleText": "提现记录"
}
},
{
"path": "me/index",
"style": {
"navigationBarTitleText": "银行中心"
}
},
{
"path": "report/list",
"style": {
"navigationBarTitleText": "报表列表"
}
},
{
"path": "report/download",
"style": {
"navigationBarTitleText": "报表下载"
}
},
{
"path": "visit/list",
"style": {
@@ -261,19 +291,13 @@
{
"path": "visit/create",
"style": {
"navigationBarTitleText": "创建拜访计划"
"navigationBarTitleText": "创建拜访"
}
},
{
"path": "visit/detail",
"style": {
"navigationBarTitleText": "拜访计划详情"
}
},
{
"path": "me/index",
"style": {
"navigationBarTitleText": "银行中心"
"navigationBarTitleText": "拜访详情"
}
}
]