| | |
| | | </div> |
| | | <div style="text-align: center">测试数据记录</div> |
| | | <div style="margin: 10px 0"> |
| | | <el-table ref="yearTable" :data="details" height="300px" style="width: 100% ;"> |
| | | <el-table ref="yearTable" :data="details" height="300px" style="width: 100% ;" |
| | | :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border> |
| | | <el-table-column align="center" header-align="center" label="序号" type="index" width="60"></el-table-column> |
| | | <el-table-column label="测试项目" min-width="170" prop="testItems"> |
| | | <template slot-scope="scope"> |
| | |
| | | }, |
| | | getUserList() { |
| | | selectUserCondition().then(res => { |
| | | if (res.code === 201) { |
| | | return |
| | | } |
| | | this.userList = res.data |
| | | }) |
| | | }, |