| | |
| | | <div class="whole"> |
| | | <el-form ref="form" :model="form" label-width="100px"> |
| | | <el-form-item style="text-align: right;"> |
| | | <el-button class="btn" type="primary" icon="el-icon-plus" @click="onSubmit">添加</el-button> |
| | | <el-button>批量删除</el-button> |
| | | <el-button class="btn" type="primary" size="small" icon="el-icon-plus" @click="onSubmit">添加</el-button> |
| | | <el-button size="small">批量删除</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-table |
| | | type="selection" |
| | | :data="tableData" |
| | | size="mini" |
| | | style="width: 1600px" |
| | | border |
| | | @cell-mouse-enter="handleCellEnter" |
| | | @cell-mouse-leave="handleCellLeave" |
| | | @cell-click="handleCellClick" |
| | |
| | | this.cancelEditable(cell) |
| | | }) |
| | | this.clickCellMap[id] = [] |
| | | }, |
| | | |
| | | close(){ |
| | | this.$router.push({ |
| | | path:"/hiddenDangerManagement" |
| | | }) |
| | | }, |
| | | } |
| | | } |