From 86868f53418fb11b943c1eff59b5a0525ddd6155 Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Tue, 17 Mar 2020 16:59:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E4=BA=8C=E7=BA=A7=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/attahcment_category_list.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/courses/attahcment_category_list.json.jbuilder b/app/views/courses/attahcment_category_list.json.jbuilder index af83890a9..dae54264a 100644 --- a/app/views/courses/attahcment_category_list.json.jbuilder +++ b/app/views/courses/attahcment_category_list.json.jbuilder @@ -2,7 +2,7 @@ json.has_course_groups @has_course_groups json.course_modules do json.array! @course_modules do |course_module| json.value course_module.id - json.title course_module.module_name + json.title course_module.module_name.to_s + "(根目录)" json.children course_module.first_categories do |category| json.title category.name json.value category.id