软件版本 / OTA 升级
当前页面为前端占位版,用于展示智能巡检机器人小车整机软件模块升级管理方式。
实际可升级模块、升级包格式、升级流程和进度回传方式,待机器人侧能力确认后接入。
智驾导航、底盘控制、驱动适配类升级可能影响机器人移动、定位、避障和底盘控制能力。
真实升级前必须确保机器人处于安全停靠状态。
前端占位
刷新版本信息
{{ formatModuleCategory(scope.row.moduleCategory) }}
{{ formatRunStatus(scope.row.runStatus) }}
上传升级包
刷新升级包
{{ formatModuleCategory(scope.row.moduleCategory) }}
{{ formatPackageType(scope.row.packageType) }}
{{ formatPackageStatus(scope.row.packageStatus) }}
执行升级
删除
将文件拖到此处,或点击上传
当前为前端模拟,不执行真实上传
{{ formatModuleCategory(detail.moduleCategory) }}
{{ detail.moduleCode || '-' }}
{{ detail.moduleName || '-' }}
{{ detail.currentVersion || '-' }}
{{ detail.targetVersion || '-' }}
{{ formatUpgradeStatus(detail.resultStatus) }}
{{ detail.executeBy || '-' }}
{{ detail.startTime || '-' }}
{{ detail.endTime || (detail.resultStatus === '1' ? '升级中' : '-') }}
{{ detail.resultMsg || '-' }}
高风险模块:该升级记录属于智驾导航、底盘控制或驱动适配相关模块。