Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
7b92b25c
Commit
7b92b25c
authored
Sep 02, 2021
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:任务列表修改
parent
a8e926e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
AppPageType.java
...ain/java/com/gic/haoban/manage/api/enums/AppPageType.java
+7
-7
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/enums/AppPageType.java
View file @
7b92b25c
...
@@ -11,19 +11,19 @@ public enum AppPageType {
...
@@ -11,19 +11,19 @@ public enum AppPageType {
//任务详情(会话、话务、不良评价)
//任务详情(会话、话务、不良评价)
TASK_DETAIL
(
3
,
"hbapp_task_detail"
),
TASK_DETAIL
(
3
,
"hbapp_task_detail"
),
//日报详情
//日报详情
DAILY_DETAIL
(
4
,
"hbapp_task_daily_report_detail"
),
DAILY_DETAIL
(
4
,
"hbapp_task_daily_report_detail"
),
//指标管理详情
//指标管理详情
PERFORMANCE_DETAIL
(
5
,
"hbapp_task_kpi_detail"
),
PERFORMANCE_DETAIL
(
5
,
"hbapp_task_kpi_detail"
),
//顾客详情
//顾客详情
CUSTOMER_DETAIL
(
6
,
"hbapp_customer_detail"
),
CUSTOMER_DETAIL
(
6
,
"hbapp_customer_detail"
),
//会员列表
//会员列表
MEMBER_LIST
(
7
,
"hbapp_customer_list"
),
MEMBER_LIST
(
7
,
"hbapp_customer_list"
),
//分配会员
//分配会员
DISTRIBUTE_MEMBER
(
8
,
"hbapp_customer_distribute"
),
DISTRIBUTE_MEMBER
(
8
,
"hbapp_customer_distribute"
),
//任务列表
//任务列表
TASK_LIST
(
9
,
"hbapp_task_list
"
),
TASK_LIST
(
9
,
"hbapp_task_list_new
"
),
//商品详情
//商品详情
GOOD_DETAIL
(
10
,
"hbapp_commodity_detail"
),
GOOD_DETAIL
(
10
,
"hbapp_commodity_detail"
),
//我的关联记录
//我的关联记录
MY_RELATED_RECORD
(
11
,
"store_relate_my_record_list"
),
MY_RELATED_RECORD
(
11
,
"store_relate_my_record_list"
),
//门店关联记录
//门店关联记录
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment