From 087e498f73c3bea6210b65e4d0df668db3c3fa81 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Thu, 24 Dec 2020 16:09:06 +0800
Subject: [PATCH] 报表
---
hive-app/pages.json | 93 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 93 insertions(+), 0 deletions(-)
diff --git a/hive-app/pages.json b/hive-app/pages.json
index 66b9598..ecfc1ef 100644
--- a/hive-app/pages.json
+++ b/hive-app/pages.json
@@ -338,6 +338,99 @@
}
}
}
+ },
+ {
+ "path": "pages/member/addLabel",
+ "style": {
+ "navigationBarTitleText": "添加标签",
+ "navigationBarBackgroundColor":"#FFFFFF",
+ "navigationBarTextStyle":"black",
+ "app-plus":{
+ "scrollIndicator": "none",
+ "titleNView": {
+ "buttons": [
+ {
+ "text":"确认",
+ "fontSize": "14px",
+ "width":"35px"
+ }
+ ]
+ }
+ }
+ }
+ },
+ {
+ "path": "pages/manager/companyReports",
+ "style": {
+ "navigationBarTitleText": "公司经营报表",
+ "navigationBarBackgroundColor":"#FFFFFF",
+ "navigationBarTextStyle":"black",
+ "app-plus":{
+ "scrollIndicator": "none"
+ }
+ }
+ },
+ {
+ "path": "pages/manager/storeReport",
+ "style": {
+ "navigationBarTitleText": "门店经营报表",
+ "navigationBarBackgroundColor":"#FFFFFF",
+ "navigationBarTextStyle":"black",
+ "app-plus":{
+ "scrollIndicator": "none",
+ "titleNView": {
+ "buttons": [
+ {
+ "text": "\ue663",
+ "fontSrc": "/static/iconfont/iconfont.ttf",
+ "fontSize": "16px",
+ "width":"25px",
+ "float":"right"
+ },
+ {
+ "text": "\ue65e",
+ "fontSrc": "/static/iconfont/iconfont.ttf",
+ "fontSize": "16px",
+ "width":"25px",
+ "float":"right"
+ }
+ ]
+ }
+ }
+ }
+ },
+ {
+ "path": "pages/manager/hint",
+ "style": {
+ "navigationBarTitleText": "提示",
+ "navigationBarBackgroundColor":"#FFFFFF",
+ "navigationBarTextStyle":"black",
+ "app-plus":{
+ "scrollIndicator": "none"
+ }
+ }
+ },
+ {
+ "path": "pages/manager/analyse",
+ "style": {
+ "navigationBarTitleText": "专项分析",
+ "navigationBarBackgroundColor":"#FFFFFF",
+ "navigationBarTextStyle":"black",
+ "app-plus":{
+ "scrollIndicator": "none",
+ "titleNView": {
+ "buttons": [
+ {
+ "text": "\ue65e",
+ "fontSrc": "/static/iconfont/iconfont.ttf",
+ "fontSize": "16px",
+ "width":"25px",
+ "float":"right"
+ }
+ ]
+ }
+ }
+ }
}
],
"globalStyle": {
--
Gitblit v1.9.1