From 4405b4c0b0394bdc312098314e57f37c1f9fb482 Mon Sep 17 00:00:00 2001 From: Dai Date: Sun, 17 Nov 2024 22:21:40 +0800 Subject: [PATCH] fix bug --- plugin/admin/app/view/student-homework/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugin/admin/app/view/student-homework/index.html b/plugin/admin/app/view/student-homework/index.html index 608e053..4034290 100644 --- a/plugin/admin/app/view/student-homework/index.html +++ b/plugin/admin/app/view/student-homework/index.html @@ -164,9 +164,12 @@ },{ title: "中国时间",align: "center", field: "time", + },{ + title: "课程English",align: "center", + field: "english_name", },{ title: "课程",align: "center", - field: "time", + field: "subject_name", },{ title: "家庭作业反馈地址",align: "center", field: "feedback_file_url",