Merge branch 'dev_course' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun
commit
49a3aa33b2
@ -1,9 +1,9 @@
|
|||||||
json.students do
|
json.students do
|
||||||
json.array! @students do |student|
|
json.array! @students do |student|
|
||||||
json.course_member_id student.id
|
json.user_id student.user_id
|
||||||
json.name student.user.real_name
|
json.name student.user.real_name
|
||||||
json.student_id student.user.user_extension.try(:student_id)
|
json.student_id student.user.student_id
|
||||||
json.school_name student.user.user_extension.school.try(:name)
|
json.school_name student.user.school_name
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
json.students_count @students_count
|
json.students_count @students_count
|
@ -1,7 +1,7 @@
|
|||||||
'en':
|
'en':
|
||||||
shixun:
|
shixun:
|
||||||
status:
|
status:
|
||||||
0: editing
|
'0': editing
|
||||||
1: applying
|
'1': applying
|
||||||
2: published
|
'2': published
|
||||||
3: closed
|
'3': closed
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
'zh-CN':
|
'zh-CN':
|
||||||
shixun:
|
shixun:
|
||||||
status:
|
status:
|
||||||
0: 编辑中
|
'0': 编辑中
|
||||||
1: 审核中
|
'1': 审核中
|
||||||
2: 已发布
|
'2': 已发布
|
||||||
3: 已关闭
|
'3': 已关闭
|
||||||
|
Loading…
Reference in new issue