|
@@ -52,6 +52,7 @@ export default {
|
|
{ prop: 'id', label: '序号', width: '80px', slotBody: 'index' },
|
|
{ prop: 'id', label: '序号', width: '80px', slotBody: 'index' },
|
|
{ prop: 'type', label: '类型', width: '120px', slotBody: 'type' },
|
|
{ prop: 'type', label: '类型', width: '120px', slotBody: 'type' },
|
|
{ prop: 'title', label: '学生', slotBody: 'title' },
|
|
{ prop: 'title', label: '学生', slotBody: 'title' },
|
|
|
|
+ { prop: 'className', label: '班级', sortable: true },
|
|
{ prop: 'doneTime', label: '完成时间', width: '180px', slotBody: 'doneTime' },
|
|
{ prop: 'doneTime', label: '完成时间', width: '180px', slotBody: 'doneTime' },
|
|
{ prop: 'isDo', label: '状态', width: '120px', slotBody: 'status', sortable: true },
|
|
{ prop: 'isDo', label: '状态', width: '120px', slotBody: 'status', sortable: true },
|
|
{ prop: 'scoreRate', label: this.useVideo ? '观看比例' : '得分率', width: '100px', slotBody: 'rate', sortable: true },
|
|
{ prop: 'scoreRate', label: this.useVideo ? '观看比例' : '得分率', width: '100px', slotBody: 'rate', sortable: true },
|