| | |
| | | </el-tooltip> |
| | | </div> |
| | | </transition> |
| | | <Dialog ref="summarySheets" title="企业预警报警分类统计" > |
| | | <Dialog ref="summarySheets" title="报表" > |
| | | <tab-handover></tab-handover> |
| | | </Dialog> |
| | | <Dialog ref="warnDialog" title="企业预警报警分类统计" > |
| | | <Dialog ref="warnDialog" title="预报警" > |
| | | <warn></warn> |
| | | </Dialog> |
| | | <Dialog ref="indexStatisticsDialog" title="企业指标分类统计"> |
| | | <Dialog ref="indexStatisticsDialog" title="企业指标分类统计" > |
| | | <index-statistics></index-statistics> |
| | | </Dialog> |
| | | </div> |
| | |
| | | import Warn from './components/Warn' |
| | | import IndexStatistics from './components/IndexStatistics' |
| | | |
| | | import '@/components/BaseNav/SolidWaste/directive/dir' |
| | | // import '@/components/BaseNav/SolidWaste/directive/dir' |
| | | // import '@/components/plugin/DialogDrag' |
| | | |
| | | import bus from '@/eventBus' |
| | | export default { |
| | | name: 'summary-sheet.vue', |