dedsudiyu 4 月之前
父节点
当前提交
88b057e79e

+ 1 - 1
src/views/iotDevice/appManage/applyUpgrades/index.vue

@@ -49,7 +49,7 @@
           <el-table-column label="分批升级数量" align="center" prop="batchSize" show-overflow-tooltip width="240"/>
           <el-table-column label="状态" align="center" prop="status" show-overflow-tooltip width="180">
             <template slot-scope="scope">
-              {{scope.row.status=='pending'?'待执行':(scope.row.status=='in_progress'?'进行中':(scope.row.status=='completed'?'已完成':(scope.row.status=='termination'?'终止':'')))}}
+              {{scope.row.status=='pending'?'待执行':(scope.row.status=='in_progress'?'进行中':(scope.row.status=='completed'?'已完成':(scope.row.status=='termination'?'终止':(scope.row.status=='failed'?'失败':''))))}}
             </template>
           </el-table-column>
           <el-table-column label="时间" align="center" prop="createTime" show-overflow-tooltip width="180">

+ 0 - 2
src/views/iotDevice/appManage/applyUpgradesQuest/index.vue

@@ -67,8 +67,6 @@
           <el-table-column label="批次号" prop="batchNumber" width="100" show-overflow-tooltip/>
           <el-table-column label="优先级" prop="priority" width="60" show-overflow-tooltip/>
           <el-table-column label="包名" prop="startLaunchPackage" width="120" show-overflow-tooltip/>
-          <el-table-column label="app版本" prop="appVersion" width="60" show-overflow-tooltip/>
-          <el-table-column label="app版本" prop="appVersion" width="60" show-overflow-tooltip/>
           <el-table-column label="状态" prop="status" width="90" show-overflow-tooltip>
             <template slot-scope="scope">
               {{scope.row.status=='failed'?'失败':(scope.row.status=='downloaded'?'下载成功':(scope.row.status=='success'?'升级成功':''))}}