zmc
2023-11-24 e7ce285475a1355eeaeaba1855e3cd615eafa13b
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>