| | |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-row class="title-center"> |
| | | <el-col :span="4"> |
| | | <el-col :span="10"> |
| | | <el-radio-group v-model="radio1"> |
| | | <el-radio-button label="上海"></el-radio-button> |
| | | <el-radio-button label="北京"></el-radio-button> |
| | | <el-radio-button label="广州"></el-radio-button> |
| | | </el-radio-group> |
| | | </el-col> |
| | | <el-col :offset="16" :span="4" style="text-align:right;"> |
| | | <el-button class="btns" type="primary" icon="el-icon-search">查看进度</el-button> |
| | | <el-button class="btns" type="primary" icon="el-icon-edit">填写进度</el-button> |
| | | <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-col> |
| | | </el-row> |
| | | <el-table :data="tableData" style="width: 100%"> |