From f373edec7b3eb2392649679ed6ca0e92d343f2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E7=A5=96=E6=9C=9B?= <573413756@qq.com> Date: Wed, 30 Aug 2023 10:46:52 +0800 Subject: [PATCH] auto show fileVersion when add ota task --- .../src/views/terminal/OTA/index.vue | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/xiuosiot-frontend/src/views/terminal/OTA/index.vue b/xiuosiot-frontend/src/views/terminal/OTA/index.vue index d6c722a..11687ee 100644 --- a/xiuosiot-frontend/src/views/terminal/OTA/index.vue +++ b/xiuosiot-frontend/src/views/terminal/OTA/index.vue @@ -112,7 +112,7 @@ backgroundColor: item.primaryColor, color: 'white', }" - @click="showTask(item.fileName)" + @click="showTask(item.fileName,item.fileVersion)" >升级 @@ -192,7 +192,7 @@
{{ item.fileName }}
-{{ item.file_version }}
+{{ item.fileVersion }}
2023-08-24
15:00:00
@@ -205,7 +205,7 @@