feat:【IoT 物联网】初始化 IoT 固件详情页 70%

This commit is contained in:
YunaiV
2025-07-02 19:02:41 +08:00
parent 5be7dde543
commit 667d6fc35c
8 changed files with 480 additions and 72 deletions

View File

@ -21,8 +21,8 @@
</el-descriptions>
</ContentWrap>
<!-- 固件升级设备统计 -->
<ContentWrap title="固件升级设备统计" class="mb-20px">
<!-- 升级设备统计 -->
<ContentWrap title="升级设备统计" class="mb-20px">
<el-row :gutter="20" class="py-20px" v-loading="firmwareStatisticsLoading">
<el-col :span="6">
<div class="text-center p-20px border border-solid border-gray-200 rounded bg-gray-50">
@ -86,7 +86,11 @@
</ContentWrap>
<!-- 任务管理 -->
<OtaTaskList :firmware-id="firmwareId" />
<OtaTaskList
:firmware-id="firmwareId"
:product-id="firmware?.productId"
@success="getStatistics"
/>
</div>
</template>