| | |
| | | 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" |
| | |
| | | <el-button size="small" |
| | | >批量删除</el-button |
| | | > |
| | | |
| | | |
| | | </el-col> |
| | | </el-row> |
| | | <el-table :data="tableData" style="width: 100%"> |
| | |
| | | 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> |
| | |
| | | } |
| | | .title-center /deep/ .el-radio-button__inner{ |
| | | border: none; |
| | | border-radius: 0px; |
| | | border-radius: 0px; |
| | | } |
| | | .title-center /deep/ .el-radio-button__orig-radio:checked+.el-radio-button__inner{ |
| | | background-color: #034ea2;background-color: #034ea2; |