diff --git a/src/views/vehicleMent/journal.vue b/src/views/vehicleMent/journal.vue index 47c7592..479b844 100644 --- a/src/views/vehicleMent/journal.vue +++ b/src/views/vehicleMent/journal.vue @@ -83,21 +83,21 @@ - - - - - - + + - + @@ -131,7 +131,11 @@ - + @@ -310,7 +314,7 @@ export default { handleDelete(row) { const rowId = row.id || this.ids; this.$modal - .confirm('是否确认删除数据编号为"' + rowId + '"的数据项?') + .confirm('是否确认删除设备地址为"' + rowId + '"的数据项?') .then(function () { return readerCardDelete(rowId); })