diff --git a/src/apps/AppMonitoringObject/MonitorAddLog.vue b/src/apps/AppMonitoringObject/MonitorAddLog.vue index bc208849..6e5b50b8 100644 --- a/src/apps/AppMonitoringObject/MonitorAddLog.vue +++ b/src/apps/AppMonitoringObject/MonitorAddLog.vue @@ -40,7 +40,7 @@ export default { } }, onShow() { - document.title = this.id ? '添加帮扶日志' : '编辑帮扶日志' + document.title = this.id ? '编辑帮扶日志' : '添加帮扶日志' }, methods: { getInfo() {