diff --git a/src/sass/AppInterview/AppInterview.vue b/src/sass/AppInterview/AppInterview.vue index 5f1986dc..2d1474cc 100644 --- a/src/sass/AppInterview/AppInterview.vue +++ b/src/sass/AppInterview/AppInterview.vue @@ -40,7 +40,7 @@ import qs from "query-string" export default { name: "AppInterview", - appName: "调查走访", + appName: "事务记录", inject: { root: {} }, @@ -102,7 +102,7 @@ export default { } }, onShow() { - document.title = "调查走访" + document.title = "事务记录" this.current = 1; this.getList() }, diff --git a/src/sass/AppInterview/interviewDetail.vue b/src/sass/AppInterview/interviewDetail.vue index 4567cb99..4c26da63 100644 --- a/src/sass/AppInterview/interviewDetail.vue +++ b/src/sass/AppInterview/interviewDetail.vue @@ -2,10 +2,10 @@