|
@@ -133,12 +133,12 @@
|
|
|
|
|
|
table.render({
|
|
table.render({
|
|
elem: '#exam_question_datagrid'
|
|
elem: '#exam_question_datagrid'
|
|
- , url: '/admin/examquestion/'
|
|
|
|
|
|
+ , url: '/admin/exampaper/'
|
|
, cols: [[
|
|
, cols: [[
|
|
{title: '编号', type: 'numbers'}
|
|
{title: '编号', type: 'numbers'}
|
|
, {field: 'name', title: '名称', width: 200}
|
|
, {field: 'name', title: '名称', width: 200}
|
|
, {field: 'type_text', title: '类型', width: 80}
|
|
, {field: 'type_text', title: '类型', width: 80}
|
|
- , {field: 'subject_text', title: '科目', width: 120}
|
|
|
|
|
|
+ , {field: 'subject_name', title: '科目', width: 120}
|
|
, {field: 'question_total_scores', title: '总分', width: 80}
|
|
, {field: 'question_total_scores', title: '总分', width: 80}
|
|
, {field: 'passline', title: '及格线', width: 80}
|
|
, {field: 'passline', title: '及格线', width: 80}
|
|
, {field: 'create_user_text', title: '添加人', width: 100}
|
|
, {field: 'create_user_text', title: '添加人', width: 100}
|