首页判断被检设备下绑定监测点

This commit is contained in:
sjl
2025-08-15 16:22:58 +08:00
parent 7b96ce84fc
commit 9319dd06c5
8 changed files with 78 additions and 36 deletions

View File

@@ -276,7 +276,7 @@ watch(webMsgSend, function (newValue, oldValue) {
}
break;
case 'error_flow_end':
ElMessageBox.alert(`设备连接异常,请检查设备连接情况`, '初始化失败', {
ElMessageBox.alert(`当前流程存在异常结束`, '初始化失败', {
confirmButtonText: '确定',
type: 'error',
})