From 970ede7dd4c77893836d2721fe1bdfd18bfa1afc Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Thu, 14 Sep 2023 15:56:48 +0800
Subject: [PATCH] Merge branch 'demo' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into demo
---
src/components/devices/device-upgrade/DeviceFirmwareUpgrade.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/devices/device-upgrade/DeviceFirmwareUpgrade.vue b/src/components/devices/device-upgrade/DeviceFirmwareUpgrade.vue
index 84b0ad8..cbd5d61 100644
--- a/src/components/devices/device-upgrade/DeviceFirmwareUpgrade.vue
+++ b/src/components/devices/device-upgrade/DeviceFirmwareUpgrade.vue
@@ -13,7 +13,7 @@
</span>
<!-- 进度 -->
<span v-if="device.firmware_status === DeviceFirmwareStatusEnum.DuringUpgrade">
- {{ `${device.firmware_progress}%`}}
+ {{ `${device.firmware_progress}`}}
</span>
</div>
</template>
--
Gitblit v1.9.3