diff --git a/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgs.data.ts b/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgs.data.ts index 05f5d20..bfb9a6c 100644 --- a/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgs.data.ts +++ b/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgs.data.ts @@ -7,62 +7,74 @@ export const columns: BasicColumn[] = [ { title: '问卷名称', align: "center", - dataIndex: 'title' + dataIndex: 'title', + width: 200 }, { title: '学生', align: "center", - dataIndex: 'userName' + dataIndex: 'userName', + width: 100 }, { title: '得分', align: "center", - dataIndex: 'score' + dataIndex: 'score', + width: 80 }, { title: '总分数', align: "center", - dataIndex: 'totalScore' + dataIndex: 'totalScore', + width: 80 }, { title: '答卷时间', align: "center", - dataIndex: 'openTime' + dataIndex: 'openTime', + width: 150 }, { title: '交卷时间', align: "center", - dataIndex: 'commitTime' + dataIndex: 'commitTime', + width: 150 }, { title: '答卷用时', align: "center", - dataIndex: 'answerSfm' + dataIndex: 'answerSfm', + width: 80 }, { title: '学期学年', align: "center", - dataIndex: 'xqxn' + dataIndex: 'xqxn', + width: 80 }, { title: '课程名称', align: "center", - dataIndex: 'kcmc' + dataIndex: 'kcmc', + width: 200 }, { title: '开始时间', align: "center", - dataIndex: 'startTime' + dataIndex: 'startTime', + width: 150 }, { title: '结束时间', align: "center", - dataIndex: 'endTime' + dataIndex: 'endTime', + width: 150 }, { title: '问卷描述', align: "center", - dataIndex: 'content' + dataIndex: 'content', + width: 200 }, ]; diff --git a/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgsList.vue b/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgsList.vue index 7df21f8..9b632ba 100644 --- a/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgsList.vue +++ b/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgsList.vue @@ -2,9 +2,6 @@
- -