From e4e0384d96cd0abb1fa07b6376f4fdd28dafbc31 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 26 Jan 2022 10:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=9F=A5=E8=B5=B0=E8=AE=BF=3D>?= =?UTF-8?q?=E4=BA=8B=E5=8A=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/AppInterview/AppInterview.vue | 4 ++-- src/sass/AppInterview/interviewDetail.vue | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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 @@