From 0e385479a28dcac53e479a8b2fff61c543f242bc Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Tue, 7 May 2024 17:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BD=9C=E4=B8=9A=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zy/zyInfoStudent/ZyInfoStudent.data.ts | 24 +++++------ .../zy/zyInfoStudent/ZyInfoStudentList.vue | 42 +++++-------------- .../zyInfoStudent/ZyInfoStudentListModal.vue | 2 +- 3 files changed, 24 insertions(+), 44 deletions(-) diff --git a/src/views/zy/zyInfoStudent/ZyInfoStudent.data.ts b/src/views/zy/zyInfoStudent/ZyInfoStudent.data.ts index 9fb1932..9d350fe 100644 --- a/src/views/zy/zyInfoStudent/ZyInfoStudent.data.ts +++ b/src/views/zy/zyInfoStudent/ZyInfoStudent.data.ts @@ -5,9 +5,9 @@ import { render } from '/@/utils/common/renderUtils'; //列表数据 export const columns: BasicColumn[] = [ { - title: '作业名称', + title: '学生姓名', align: "center", - dataIndex: 'mainId' + dataIndex: 'studentName' }, { title: '作业附件', @@ -20,26 +20,26 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'wwxsl' }, - { - title: '内网相似律', - align: "center", - dataIndex: 'nwxsl' - }, - { - title: 'aigc相似律', - align: "center", - dataIndex: 'aigcxsl' - }, { title: '外网是否通过', align: "center", dataIndex: 'wwsftg' }, + { + title: '内网相似律', + align: "center", + dataIndex: 'nwxsl' + }, { title: '内网是否通过', align: "center", dataIndex: 'nwsftg' }, + { + title: 'aigc相似律', + align: "center", + dataIndex: 'aigcxsl' + }, { title: 'aigc是否通过', align: "center", diff --git a/src/views/zy/zyInfoStudent/ZyInfoStudentList.vue b/src/views/zy/zyInfoStudent/ZyInfoStudentList.vue index bd0b6e1..d1a1513 100644 --- a/src/views/zy/zyInfoStudent/ZyInfoStudentList.vue +++ b/src/views/zy/zyInfoStudent/ZyInfoStudentList.vue @@ -1,7 +1,7 @@