| | |
| | | import exceptionApi from '@/api/exceptionApi.js' |
| | | |
| | | import DustRadarChart from '@/views/risk_assessment/components/DustRadarChart.vue' |
| | | import LineChart from '@/views/risk_assessment/components/LineChart.vue' |
| | | import LineChart from '@/views/risk_assessment/components/FYLineChart.vue' |
| | | |
| | | import index from '@/utils/risk_estimate_common_function/index.js' |
| | | import ButtonClick from '@/sfc/ButtonClick.vue' |
| | |
| | | {{ 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> |