|
|
@@ -179,10 +179,10 @@ export function getPaperList(query) {
|
|
|
code: 200,
|
|
|
total: 4,
|
|
|
rows: [
|
|
|
- {id: 1, name: '试卷名称', classId: 1, className: '2501班', total: 50, unexact: 10, exact: 40, unsend: 10, send: 20, unfinish: 5, finish: 15},
|
|
|
- {id: 2, name: '试卷名称', classId: 2, className: '2502班', total: 50, unexact: 10, exact: 40, unsend: 10, send: 20, unfinish: 5, finish: 15},
|
|
|
- {id: 3, name: '试卷名称', classId: 3, className: '2503班', total: 50, unexact: 10, exact: 40, unsend: 10, send: 20, unfinish: 5, finish: 15},
|
|
|
- {id: 4, name: '试卷名称', classId: 4, className: '2504班', total: 50, unexact: 10, exact: 40, unsend: 10, send: 20, unfinish: 5, finish: 15},
|
|
|
+ {id: 1, buildType: '定向智能', classId: 1, className: '2501班', batchName: '第一批', total: 50, unexact: 10, exact: 40, unsend: 10, send: 20, unfinish: 5, finish: 15},
|
|
|
+ {id: 2, buildType: '定向智能', classId: 2, className: '2502班', batchName: '第一批', total: 50, unexact: 10, exact: 40, unsend: 10, send: 20, unfinish: 5, finish: 15},
|
|
|
+ {id: 3, buildType: '定向智能', classId: 3, className: '2503班', batchName: '第一批', total: 50, unexact: 10, exact: 40, unsend: 10, send: 20, unfinish: 5, finish: 15},
|
|
|
+ {id: 4, buildType: '定向智能', classId: 4, className: '2504班', batchName: '第一批', total: 50, unexact: 10, exact: 40, unsend: 10, send: 20, unfinish: 5, finish: 15},
|
|
|
]
|
|
|
})
|
|
|
return request({
|