src/views/system/calculate/order/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/system/calculate/order/index.vue
@@ -37,7 +37,8 @@ <template slot-scope="scope"> <div v-if="scope.row.scoreCategory === 1">视频在线率</div> <div v-else-if="scope.row.scoreCategory === 2">存储故障</div> <div v-else-if="scope.row.scoreCategory === 3">保障工作</div> <div v-else-if="scope.row.scoreCategory === 4">一机一档24小时未修复</div> <div v-else-if="scope.row.scoreCategory === 5">时钟不同步24小时未修复</div> </template> </el-table-column> <el-table-column label="创建人" align="center" prop="createBy" />