src/views/risk_assessment/components/CompDataRiskModel.vue
@@ -579,7 +579,8 @@ {{ 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>