From aa2e2bcfcc285cc3c13da748b3a16aebe4eb072f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Fri, 10 May 2024 21:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E6=98=9F=EF=BC=9A=E8=AF=95?= =?UTF-8?q?=E5=8D=B7=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4=E3=80=81=E5=AD=A6?= =?UTF-8?q?=E7=94=9F=E7=AD=94=E5=8D=B7=E7=BB=93=E6=9E=9C=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/WjxWjxxTmlbDjjgs.data.ts | 36 ++++++++++++------- .../components/WjxWjxxTmlbDjjgsList.vue | 5 +-- .../components/WjxWjxxTmlbDjjgsModal.vue | 4 +-- 3 files changed, 27 insertions(+), 18 deletions(-) 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 @@
- -