| | |
| | | obj['exceptionRecurrence'] = exceptionTyprRecurRate |
| | | obj['exceptionTypeAggregation'] = exceptionTypeAggregation |
| | | |
| | | // 保存该时段出现的异常 |
| | | obj['exception'] = exception |
| | | |
| | | if(exception.length>0){ |
| | | // 保存该时段出现的异常 |
| | | obj['exception'] = exception.length |
| | | }else{ |
| | | obj['exception'] = 0 |
| | | } |
| | | |
| | | |
| | | // 三类异常出现的次数 |
| | | obj['mutationCount'] = mutationCount |
| | |
| | | {{ exceptionRisk.exceptionTypeAggregation * 100 }}% |
| | | </el-form-item> |
| | | |
| | | <el-tag :size="small" v-show="bill.exception.length">共出现了{{ bill.exception.length }}类异常</el-tag> |
| | | <el-tag :size="small" v-show="bill.exception">共出现了{{ bill.exception }}类异常</el-tag> |
| | | |
| | | <el-form-item label="典型异常复现率:"> |
| | | {{ exceptionRisk.typicalExceptionRepetitionRate * 100 }}% |
| | | </el-form-item> |