From ca5cf6b4b5a64286e35ed3519ab3fcd41d2301c5 Mon Sep 17 00:00:00 2001 From: "BOE\\10867418" Date: Tue, 18 Apr 2023 14:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=BE=E7=A8=8B=E7=BC=96?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Curriculum.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/report/Curriculum.vue b/src/views/report/Curriculum.vue index 6b67e96f..f12da051 100644 --- a/src/views/report/Curriculum.vue +++ b/src/views/report/Curriculum.vue @@ -208,9 +208,9 @@ export default { const columns = ref([ { title: "编号", - dataIndex: "id", + dataIndex: "num", ellipsis: true, - key: "id", + key: "num", align: "center", width: 80, },