| | |
| | | </el-table-column> |
| | | </el-table> |
| | | </el-form> |
| | | <div class="btns"> |
| | | <div class="btn"> |
| | | <el-button |
| | | type="primary" |
| | | @click="submitConfig('config')">保存</el-button> |
| | | <el-button |
| | | type="primary">关闭</el-button> |
| | | type="primary" @click="close()">关闭</el-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | // cell.querySelector('.item__input').style.display = 'none' |
| | | // cell.querySelector('.item__txt').style.display = 'block' |
| | | } |
| | | } |
| | | }, |
| | | close(){ |
| | | this.$router.push({ |
| | | path:"/hiddenDangerManagement" |
| | | }) |
| | | }, |
| | | } |
| | | } |
| | | </script> |
| | |
| | | /deep/ .is-center{ |
| | | font-size: 14px; |
| | | } |
| | | .btns{ |
| | | .btn{ |
| | | text-align: center; |
| | | margin-top: 50px; |
| | | } |