diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 376520d..edaed98 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -300,7 +300,7 @@ function connectDetectStream() { .join('\n') Object.assign(sopAlert, { visible: true, - title: `SOP 流程 #${msg.process_id} 未完成`, + title: `警告:SOP 流程 #${msg.process_id} 未完成!`, content: detail }) }