| | |
| | | <el-col :span="12" style="text-align:right;" v-if="radio1=='全部隐患'"> |
| | | <el-button type="primary" class="btns" size="small">督查督办</el-button> |
| | | <el-button type="primary" class="btns" size="small">举一反三</el-button> |
| | | <el-button type="primary" class="btns" size="small">双基考核</el-button> |
| | | <el-button type="primary" class="btns" size="small" @click="base()">双基考核</el-button> |
| | | <el-button type="primary" class="btns" size="small">删除</el-button> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | .catch(error =>{ |
| | | }); |
| | | }, |
| | | base(){ |
| | | this.$router.push({ |
| | | path:"/Dualbase" |
| | | }) |
| | | } |
| | | } |
| | | }; |
| | | </script> |