Merge branch 'ymf' of https://newgitea.sxczgkj.cn/czg_team/cashier_app into new_gyq
This commit is contained in:
53
pages.json
53
pages.json
@@ -390,18 +390,35 @@
|
||||
{
|
||||
"root": "pageSalesSummary",
|
||||
"pages": [{
|
||||
"pageId": "PAGES_SALES_SUMMARY",
|
||||
"pageId": "PAGES_DATA_SUMMARY",
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "销售汇总"
|
||||
"navigationBarTitleText": "数据统计"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_SALES_SUMMARY",
|
||||
"path": "sales",
|
||||
"style": {
|
||||
"navigationBarTitleText": "销量统计"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_PRODUCT_SALES_RANKING",
|
||||
"path": "productSalesRanking",
|
||||
"style": {
|
||||
"navigationBarTitleText": "商品销售排行"
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_TABLE_SALES_RANKING",
|
||||
"path": "table",
|
||||
"style": {
|
||||
"navigationBarTitleText": "桌台统计"
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pageLineUp",
|
||||
@@ -756,6 +773,34 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "充值兑换码详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_MARKET_SUPER_VIP",
|
||||
"path": "superVip/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "超级会员"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_MARKET_SUPER_VIP_ADD_PLAN",
|
||||
"path": "superVip/add-plans",
|
||||
"style": {
|
||||
"navigationBarTitleText": "添加方案"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_MARKET_SUPER_VIP_VIP_PLANS",
|
||||
"path": "superVip/vip-plans",
|
||||
"style": {
|
||||
"navigationBarTitleText": "会员周期列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_MARKET_SUPER_VIP_LV_ADD",
|
||||
"path": "superVip/vip-lv-add",
|
||||
"style": {
|
||||
// "navigationBarTitleText": "添加会员等级"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user