diff --git a/api/person.js b/api/person.js
index 06f20e9..bf6db5f 100644
--- a/api/person.js
+++ b/api/person.js
@@ -1,4 +1,5 @@
let personInfo = {// 用户信息模块
+ merchantManagement_todayData: "/yishoudan/statistics/agency/teamWithGroup",// 获取今日数据
person_feedback: "/daotian/feedback/add",// 反馈与建议
person_feedbackList: "/daotian/feedback/list",// 反馈与建议
}
diff --git a/pages.json b/pages.json
index 566fcf0..439a7d7 100644
--- a/pages.json
+++ b/pages.json
@@ -20,7 +20,7 @@
{
"path": "pages/workBench/index",
"style": {
- "navigationBarTitleText": "工作台",
+ "navigationBarTitleText": "工单",
"backgroundColor": "#ededed",
"backgroundColorTop": "#ededed",
"backgroundColorBottom": "#ededed"
@@ -79,6 +79,15 @@
{ // 个人中心二级页面
"root": "root/person",
"pages": [
+ {
+ "path": "todayData",
+ "style": {
+ "navigationBarTitleText": "今日数据",
+ "backgroundColor": "#ededed",
+ "backgroundColorTop": "#ededed",
+ "backgroundColorBottom": "#ededed"
+ }
+ },
{
"path": "billIndex",
"style": {
@@ -570,7 +579,7 @@
},
"uniIdRouter": {},
"tabBar": {
- "color": "#333333",
+ "color": "#606266",
"selectedColor": "#00B666",
"borderStyle": "black",
"backgroundColor": "#ffffff",
@@ -585,7 +594,7 @@
"pagePath": "pages/workBench/index",
"iconPath": "static/image/apply.png",
"selectedIconPath": "static/image/apply-active.png",
- "text": "工作台"
+ "text": "工单"
},
{
"iconPath": "static/image/message.png",
diff --git a/pages/home/index.vue b/pages/home/index.vue
index 064c0fc..9fb42f9 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -87,7 +87,18 @@
-
+
diff --git a/pages/person/index.vue b/pages/person/index.vue
index 4ebecc3..2b321ac 100644
--- a/pages/person/index.vue
+++ b/pages/person/index.vue
@@ -1,17 +1,6 @@
-
-
@@ -25,7 +14,6 @@
{{ userInfo.name ? userInfo.name : "-" }}
-
@@ -48,81 +36,74 @@
登录/注册
劳务上下游收发单工具
-
-
-
-
-
-
-
- 切换团队
-
+
+
+
+
+
+ 发展代理
+ 邀请更多代理(粉丝)关注我
+
-
-
+ 去邀请
-
-
-
-
-
-
-
-
- {{ userNum.upNum }}
-
-
- 关注发单号
-
-
-
+
+
-
-
+
+
-
-
-
-
-
- 发展代理
- 邀请更多代理(粉丝)关注我
-
-
- 去邀请
-
+
+
-
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+ 自定义
+
+
+
+ 姓名
+
+ 报名
+ 到面
+ 通过
+ 入职
+
+ 在职
+
+
+
+
+
+ {{ index * 1 + 1 + " " }}{{ item.aliasName || item.agencyTeamName }}
+ {{ item.signUps }}
+ {{ item.arrived }}
+ {{ item.passed }}
+ {{ item.entry }}
+ {{ item.obJob }}
+
+
+
+ 总计
+ {{ totalObj.signUps }}
+ {{ totalObj.arrived }}
+ {{ totalObj.passed }}
+ {{ totalObj.entry }}
+ {{ totalObj.obJob }}
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+ {{ !!startTime ? startTime : "----" }}
+
+
+ -
+
+ {{ !!endTime ? endTime : "----" }}
+
+
+
+
+
+
+
+
+
+
diff --git a/static/image/apply-active.png b/static/image/apply-active.png
index 2f1a2fd..d5a0a74 100644
Binary files a/static/image/apply-active.png and b/static/image/apply-active.png differ
diff --git a/static/image/apply.png b/static/image/apply.png
index 7c4af28..a105aef 100644
Binary files a/static/image/apply.png and b/static/image/apply.png differ
diff --git a/static/image/home-active.png b/static/image/home-active.png
index 7c2068d..53c1a40 100644
Binary files a/static/image/home-active.png and b/static/image/home-active.png differ
diff --git a/static/image/home.png b/static/image/home.png
index ed05e05..250bc78 100644
Binary files a/static/image/home.png and b/static/image/home.png differ
diff --git a/static/image/message.png b/static/image/message.png
index f99dc8a..c3db319 100644
Binary files a/static/image/message.png and b/static/image/message.png differ
diff --git a/static/image/message_active.png b/static/image/message_active.png
index 09e5851..9c312c1 100644
Binary files a/static/image/message_active.png and b/static/image/message_active.png differ
diff --git a/static/image/person-active.png b/static/image/person-active.png
index 2395b31..c7b087c 100644
Binary files a/static/image/person-active.png and b/static/image/person-active.png differ
diff --git a/static/image/person.png b/static/image/person.png
index 6d06d12..85b109b 100644
Binary files a/static/image/person.png and b/static/image/person.png differ
diff --git a/utils/common.js b/utils/common.js
index 0abe804..1d24428 100644
--- a/utils/common.js
+++ b/utils/common.js
@@ -16,6 +16,9 @@ let data = {
// #endif
}
},
+ fullCopy (data) {
+ return JSON.parse(JSON.stringify(data))
+ },
/* 清除登录信息存储
*/
clearLocalStorage () {