| | |
| | | import ButtonExportExcel from '@/sfc/ButtonExportExcel.vue' |
| | | import ButtonClick from '@/sfc/ButtonClick.vue' |
| | | |
| | | |
| | | |
| | | export default { |
| | | components: { |
| | | TimeShortCuts, |
| | |
| | | } |
| | | } |
| | | |
| | | // 在线率,有效率 不满足标准时 变颜色 |
| | | if (columnIndex == 7) { |
| | | if (row.dayOnline < 0.9) { |
| | | return 'red-color' |
| | | } |
| | | } |
| | | |
| | | |
| | | if (columnIndex == 8) { |
| | | if (row.dayValid < 0.9) { |
| | | return 'red-color' |
| | |
| | | }, |
| | | openDetail(row) { |
| | | const encodedSiteName = encodeURIComponent(row.name) |
| | | this.$router.push(`/exceptionDetail/${encodedSiteName}/${row.lst}`) |
| | | const timeType = '0' |
| | | const jumpPage = '2' |
| | | this.$router.push(`/exceptionDetail/${encodedSiteName}/${row.lst}/${timeType}/${jumpPage}`) |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | |
| | | |
| | | <template> |
| | | <el-form :inline="true" :model="form" ref="h1"> |
| | | <el-form-item> |