| | |
| | | </main> |
| | | <footer> |
| | | <!-- 查看具体信息 --> |
| | | <el-dialog title="提示" :visible.sync="dialogView" width="30%" :before-close="handleClose"> |
| | | <el-dialog title="事件详情" :visible.sync="dialogView" width="45%" :before-close="handleClose"> |
| | | <ViewInfo :info="info"></ViewInfo> |
| | | </el-dialog> |
| | | </footer> |
| | |
| | | }, |
| | | // 打开弹窗 |
| | | handleView(data) { |
| | | this.info = data |
| | | this.dialogView = true |
| | | console.log(data) |
| | | } |
| | | }, |
| | | // 自定义关闭弹窗 |
| | | // myCloseDialog({flag,str,index}){ |
| | | // console.log( this[str]) |
| | | // if(index === 0){ |
| | | |
| | | // } |
| | | // } |
| | | } |
| | | } |
| | | </script> |
| | |
| | | color: #4b9bb7; |
| | | } |
| | | } |
| | | |
| | | .el-table{ |
| | | color: #4b9bb7; |
| | | } |
| | | .tools { |
| | | display: flex; |
| | | justify-content: space-between; |