diff --git a/src/api/modules/http.js b/src/api/modules/http.js index 851c200..2941dbc 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -221,3 +221,31 @@ export function findKeywords(query) { }) } +//获取销讲词话术列表 +export function templatefindByPage(query) { + return request({ + url: 'autoSR/template/findByPage', + method:'get', + params:query + }) +} + + +//停,启销讲词模板 +export function templatestartOrStop(query) { + return request({ + url: 'autoSR/template/startOrStop', + method:'get', + params:query + }) +} + +//删除讲词模板 +export function templatedel(query) { + return request({ + url: '/autoSR/template/del', + method:'get', + params:query + }) +} + diff --git a/src/router/views/index.js b/src/router/views/index.js index 6d9e97e..aa2b89a 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -16,7 +16,12 @@ export default [{ import(/* webpackChunkName: "page" */ '@/views/Statistics/Insightintothedetails'), name: '洞察详情', }, - + { + path: '/Template/Pinspeakwords', + component: () => + import(/* webpackChunkName: "page" */ '@/views/Template/Pinspeakwords'), + name: '销讲模板', + }, ] diff --git a/src/views/Customer/index.vue b/src/views/Customer/index.vue index edba215..4111abc 100644 --- a/src/views/Customer/index.vue +++ b/src/views/Customer/index.vue @@ -115,7 +115,7 @@ @@ -140,23 +140,7 @@ -
- -
客户阶段:
- - - - -
+
接待时长:
@@ -263,24 +247,24 @@ -