diff --git a/src/views/index.vue b/src/views/index.vue
index 3c2a5f3..eb7d088 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -67,16 +67,12 @@
-
- {{ row.onlineStatus === '1' ? '在线' : '离线' }}
-
+
-
- {{ row.alarmStatus === '1' ? '告警' : '正常' }}
-
+
@@ -93,16 +89,14 @@
- {{ row.deviceName || row.deviceCode || '-' }}
+ {{ row.deviceName || '-' }}
-
- {{ formatRecordTime(row.recordTime) }}
+
+ {{ row.alarmTime || '-' }}
-
- {{ row.alarmLevel === '2' ? '严重' : (row.alarmLevel === '1' ? '一般' : '-') }}
-
+
@@ -116,11 +110,13 @@
diff --git a/src/views/rfid/rfidReadRecord/index.vue b/src/views/rfid/rfidReadRecord/index.vue
index 3ec0abd..7ed7055 100644
--- a/src/views/rfid/rfidReadRecord/index.vue
+++ b/src/views/rfid/rfidReadRecord/index.vue
@@ -26,7 +26,7 @@
- {{ parseTime(scope.row.recordTime, '{y}-{m}-{d}') }}
+ {{ parseTime(scope.row.recordTime, '{y}-{m}-{d} {h}:{i}:{s}') }}