| | |
| | | <el-button type="primary" size="mini" @click="toggleShowCalc">事故水计算</el-button> |
| | | <el-button type="primary" size="mini" @click="toggleShowResInfo">周边资源</el-button> |
| | | <el-button type="primary" size="mini" @click="toggleShowReportDoc">生成报告</el-button> |
| | | <el-button type="primary" size="mini" @click="close">返回</el-button> |
| | | <!-- <el-button type="primary" size="mini" @click="close">返回</el-button>--> |
| | | </div> |
| | | |
| | | <effective-volume-calc ref="effectVolCalc"></effective-volume-calc> |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | <style lang="less" scoped> |
| | | .footer{ |
| | | text-align: right; |
| | | margin: 15px; |
| | | } |
| | | |
| | | </style> |