From 6f4ca57f606bf886c9d996c077dbe0fcff6df54b Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Wed, 16 Dec 2020 15:01:24 +0800 Subject: [PATCH] 新建订单 --- hive-app/pages.json | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/hive-app/pages.json b/hive-app/pages.json index c6486fe..8eb1dcf 100644 --- a/hive-app/pages.json +++ b/hive-app/pages.json @@ -68,6 +68,39 @@ "scrollIndicator": "none" } } + }, + { + "path": "pages/workbench/orderList", + "style": { + "navigationBarTitleText": "订单列表", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none", + "titleNView": { + "buttons": [ + { + "text": "\ue600", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "18px", + "width":"25px", + "float":"right" + } + ] + } + } + } + }, + { + "path": "pages/workbench/selectCustomer", + "style": { + "navigationBarTitleText": "选择客户", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } } ], "globalStyle": { -- Gitblit v1.9.1