| | |
| | | class="btns" |
| | | type="primary" |
| | | size="small" |
| | | @click="fillRectification()" |
| | | >填写整改</el-button |
| | | > |
| | | <el-button |
| | | class="btns" |
| | | type="primary" |
| | | size="small" |
| | | @click="fillInspector()" |
| | | >填写督查</el-button |
| | | > |
| | | <el-button class="btns" type="primary" icon="el-icon-plus" @click="jump" size="small" |
| | |
| | | label: "北京烤鸭", |
| | | }, |
| | | ], |
| | | tableData: [], |
| | | tableData: [ |
| | | |
| | | ], |
| | | pageSize: 10, |
| | | recordTotal: 0, |
| | | currentPage: 1, |
| | |
| | | this.$router.push({ |
| | | path:"/fillRectificationAdd" |
| | | }) |
| | | } |
| | | }, |
| | | fillRectification(){ |
| | | this.$router.push({ |
| | | path:"/fillRectification" |
| | | }) |
| | | }, |
| | | fillInspector(){ |
| | | this.$router.push({ |
| | | path:"/fillInspector" |
| | | }) |
| | | }, |
| | | } |
| | | }; |
| | | </script> |