From 72ec3ee9f36210dfa6b8d06595f6e06649239694 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Tue, 29 Nov 2022 22:42:22 +0800 Subject: [PATCH] =?UTF-8?q?--=E6=96=B0=E5=A2=9E=E5=9C=A8=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/AddOnline.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawers/AddOnline.vue b/src/components/drawers/AddOnline.vue index 0c372be7..b5aa089d 100644 --- a/src/components/drawers/AddOnline.vue +++ b/src/components/drawers/AddOnline.vue @@ -226,7 +226,7 @@ export default { const columns = [ { title: "课程编号", - dataIndex: "num", + dataIndex: "onlineClassesId", key: "num", width: "80px", align: "left",