feat: 会员管理、在线复诊优化、新增配送仓库
This commit is contained in:
16
pages.json
16
pages.json
@@ -172,7 +172,13 @@
|
||||
"path": "prescription_v2/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "开方",
|
||||
"navigationStyle": "custom"
|
||||
"navigationStyle": "custom",
|
||||
"usingComponents": {
|
||||
"order-price-percent-adjust-popup": "/subPackages/sub_business_shared/components/OrderPricePercentAdjustPopup"
|
||||
},
|
||||
"componentPlaceholder": {
|
||||
"order-price-percent-adjust-popup": "view"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -437,7 +443,11 @@
|
||||
},
|
||||
{
|
||||
"path": "order/index",
|
||||
"style": { "navigationBarTitleText": "商品订单", "navigationStyle": "custom" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "商品订单",
|
||||
"navigationStyle": "custom",
|
||||
"disableScroll": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "order/detail",
|
||||
@@ -468,7 +478,7 @@
|
||||
}, {
|
||||
"root": "subPackages/sub_business_shared",
|
||||
"pages": [
|
||||
{ "path": "order/index", "style": { "navigationBarTitleText": "商品订单", "navigationStyle": "custom" } },
|
||||
{ "path": "order/index", "style": { "navigationBarTitleText": "商品订单", "navigationStyle": "custom", "disableScroll": true } },
|
||||
{ "path": "order/detail", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "custom" } },
|
||||
{ "path": "order/trace/index", "style": { "navigationBarTitleText": "订单追溯", "navigationStyle": "custom" } },
|
||||
{ "path": "reconciliation/index", "style": { "navigationBarTitleText": "对账单", "navigationStyle": "custom" } },
|
||||
|
||||
Reference in New Issue
Block a user