From 0bd054d5e4d61c93bb40cb5aa2f1646e6b9f7243 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com>
Date: Fri, 7 May 2021 14:41:37 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=9C=80=E6=B7=BB=E5=8A=A0=E5=8D=87?=
=?UTF-8?q?=E7=BA=A7=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/firmware/firmwareUpdate/index.vue | 380 ++++++++++++++------
src/views/hardware/device/detail.vue | 2 +-
2 files changed, 272 insertions(+), 110 deletions(-)
diff --git a/src/views/firmware/firmwareUpdate/index.vue b/src/views/firmware/firmwareUpdate/index.vue
index 6636afd..d423bc1 100644
--- a/src/views/firmware/firmwareUpdate/index.vue
+++ b/src/views/firmware/firmwareUpdate/index.vue
@@ -2,55 +2,148 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
+
+
+
+
+
+
- 搜索
- 重置
+ 搜索
+ 重置
- 批量升级
+ 批量升级
- 导出升级记录
+ 导出升级记录
-
+
-
+
@@ -67,68 +160,129 @@
- {{ scope.row.deviceType ? deviceTypeList.find(v=> v.value == scope.row.deviceType).label : '' }}
+ {{
+ scope.row.deviceType
+ ? deviceTypeList.find(v => v.value == scope.row.deviceType)
+ .label
+ : ''
+ }}
-
+
+
+
+ {{ scope.row.isUpdate == 0 ? '已' : '可' }}升级
+
+
{{ scope.row.onUpdateTime | formatDate }}
-
+
-
+
升级
-
+
升级历史
-
+
-
-
-
-
-
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/views/hardware/device/detail.vue b/src/views/hardware/device/detail.vue
index 9f5f440..dcfe540 100644
--- a/src/views/hardware/device/detail.vue
+++ b/src/views/hardware/device/detail.vue
@@ -30,7 +30,7 @@
创建时间:{{ info.createTime | formatDate }}
-
+