diff --git a/src/apps/AppMonitoringObject/MonitorAddLog.vue b/src/apps/AppMonitoringObject/MonitorAddLog.vue index 943451aa..6fba4443 100644 --- a/src/apps/AppMonitoringObject/MonitorAddLog.vue +++ b/src/apps/AppMonitoringObject/MonitorAddLog.vue @@ -43,7 +43,7 @@ export default { }, onShow() { if(this.type == 1) { - document.title = this.id ? '编辑帮扶日志' : '添加帮扶日志' + document.title = this.id ? '编辑帮扶措施' : '添加帮扶措施' }else { document.title = this.id ? '编辑走访日志' : '添加走访日志' }