From 735d5bba5e9d0d8c6ac9ad5e1e62a431b4a79c9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com>
Date: Thu, 20 Jan 2022 13:16:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E5=B1=95?=
=?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/vehicleMent/journal.vue | 20 ++++++++++----------
src/views/vehicleMent/reader.vue | 10 +++++++---
2 files changed, 17 insertions(+), 13 deletions(-)
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 @@
-
-
- {{ scope.row.dismantle == 1 ? "是" : "否" }}
-
-
{{ scope.row.lowVoltage == 1 ? "是" : "否" }}
-
-
- {{ scope.row.vibration == 1 ? "是" : "否" }}
-
-
+
+
-
+
@@ -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);
})