From 27491da299ae5448441e554ac5332d913ca7043d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 27 Apr 2022 15:32:04 +0800 Subject: [PATCH] 29345 --- src/apps/AppMonitoringObject/MonitorAddView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppMonitoringObject/MonitorAddView.vue b/src/apps/AppMonitoringObject/MonitorAddView.vue index 26b6bf4e..3579a06a 100644 --- a/src/apps/AppMonitoringObject/MonitorAddView.vue +++ b/src/apps/AppMonitoringObject/MonitorAddView.vue @@ -50,7 +50,7 @@ export default { this.status = o.status }, onShow() { - document.title = this.status == 0? '申请纳入监测': '申请解除风险' + document.title = this.status == 0 && this.pass ==''? '申请纳入监测': this.status == 1 && this.pass ==''? '申请解除风险' : '解除风险' }, methods: { submit() {