| | |
| | | </el-col> |
| | | <el-col :offset="4" :span="10" style="text-align:right;"> |
| | | <el-button class="btns" type="primary" icon="el-icon-search" size="small">查看进度</el-button> |
| | | <el-button class="btns" type="primary" icon="el-icon-edit" size="small">填写进度</el-button> |
| | | <el-button class="btns" type="primary" icon="el-icon-edit" size="small" @click="fillProgress()">填写进度</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-table :data="tableData" style="width: 100%"> |
| | |
| | | currentPage: 1, |
| | | }; |
| | | }, |
| | | methods:{ |
| | | fillProgress(){ |
| | | this.$router.push({ |
| | | path:"/fillProgress" |
| | | }) |
| | | }, |
| | | } |
| | | }; |
| | | </script> |
| | | <style scoped> |
| | |
| | | } |
| | | .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; |
| | | } |
| | | </style> |
| | | </style> |