diff --git a/src/apps/AppMonitoringObject/Detail.vue b/src/apps/AppMonitoringObject/Detail.vue index 496c7ed9..f49fef01 100644 --- a/src/apps/AppMonitoringObject/Detail.vue +++ b/src/apps/AppMonitoringObject/Detail.vue @@ -250,7 +250,7 @@
-
纳入监测
+
{{ info.operationType == 0? '纳入监测': '解除风险'}}
驳回申请
@@ -93,7 +93,7 @@ export default { }, created() { this.getInfo() - document.title = '审核' + document.title = this.info.operationType == 0? '纳入监测审核': '解除风险审核' }, methods: { getInfo() {