| | |
| | | </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> |