| | |
| | | |
| | | <template slot-scope="{ type, size, row }" slot="menu"> |
| | | <el-button |
| | | style="display:none" |
| | | icon="el-icon-s-flag" |
| | | @click="absent(row)" |
| | | :size="size" |
| | |
| | | // 导出按钮 |
| | | // excelBtn: true, |
| | | // excelBtnText: "成绩导出", |
| | | viewBtn: true, |
| | | viewBtn: false, |
| | | selection: true, |
| | | reserveSelection: true, |
| | | selectable: (row) => { |
| | |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | width: 210, |
| | | // overHidden:true, |
| | | width: 200, |
| | | overHidden:true, |
| | | }, |
| | | { |
| | | label: "姓名", |
| | |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | width: 140, |
| | | width: 110, |
| | | }, |
| | | { |
| | | label: "照片", |
| | |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | width: 210, |
| | | width: 180, |
| | | overHidden: true, |
| | | }, |
| | | { |