This commit is contained in:
2022-07-21 10:20:55 +08:00
3 changed files with 2 additions and 10 deletions

View File

@@ -278,7 +278,7 @@ export default {
this.crud.toQuery()
})
} else {
return this.crud.notify('设备状态不为正常或者闲置', CRUD.NOTIFICATION_TYPE.INFO)
return this.crud.notify('设备状态不正确,需启动设备或完成维修单及保养单', CRUD.NOTIFICATION_TYPE.INFO)
}
},
downloadWord() {