diff --git a/components/AQ/AQTabber.vue b/components/AQ/AQTabber.vue
index 26d540e..2a07c49 100644
--- a/components/AQ/AQTabber.vue
+++ b/components/AQ/AQTabber.vue
@@ -10,11 +10,11 @@
- 写作跟进
+ 添加跟进记录
- 新建任务
+ 转交跟进任务
@@ -164,13 +164,13 @@
closePopup(type) {
this.show = false
},
- //协作跟进
+ //添加跟进
writingFollowUp(){
uni.navigateTo({
url: '/pages/market/clue/writing_followUp'
})
},
- //新建任务
+ //转交跟进任务
newTask(){
uni.navigateTo({
url: '/pages/market/clue/new_task'
diff --git a/pages.json b/pages.json
index 5226eaa..612d9a4 100644
--- a/pages.json
+++ b/pages.json
@@ -376,7 +376,7 @@
{
"path": "pages/market/clue/writing_followUp",
"style": {
- "navigationBarTitleText": "写新跟进",
+ "navigationBarTitleText": "添加跟进",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
@@ -385,7 +385,7 @@
{
"path": "pages/market/clue/new_task",
"style": {
- "navigationBarTitleText": "新建任务",
+ "navigationBarTitleText": "转交跟进任务",
"navigationStyle": "default",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
diff --git a/pages/market/clue/clue_info.vue b/pages/market/clue/clue_info.vue
index d923261..4d1a1aa 100644
--- a/pages/market/clue/clue_info.vue
+++ b/pages/market/clue/clue_info.vue
@@ -255,9 +255,9 @@
- 添加跟进记录
+ 添加跟进记录
拨打电话
- 转接跟进任务
+ 转交跟进任务
@@ -348,6 +348,19 @@
this.listCallUp = res.data
},
+ //跳转页面-添加跟进记录
+ openViewWritingFollowUp() {
+ uni.navigateTo({
+ url: `/pages/market/clue/writing_followUp`
+ })
+ },
+ //跳转页面-转接跟进任务
+ openViewNewTask() {
+ uni.navigateTo({
+ url: `/pages/market/clue/new_task`
+ })
+ },
+
//切换标签