diff --git a/src/views/breakdown/log/index.vue b/src/views/breakdown/log/index.vue index 91141a9..093bfb7 100644 --- a/src/views/breakdown/log/index.vue +++ b/src/views/breakdown/log/index.vue @@ -288,7 +288,7 @@ export default { this.multiple = !selection.length }, handleUpdateStatusIgnore(id){ - this.$modal.confirm('是否确认忽略').then(function(){ + this.$modal.confirm('是否确认忽略编号为"'+id+'"的数据项?').then(function(){ return updateStatusById(id); }).then(()=>{ this.getListProcess();