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