@@ -372,7 +372,7 @@ export default {
},
deldata(val) {
this.$modal
- .confirm("确定删除检查手册?")
+ .confirm("确定删除检查项?")
.then(() => {
return del(val);
})