|
@@ -52,8 +52,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'upload'], function (
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
- {field: 'cate_id', title: __('Cate_id'), autocomplete: false, visible: false},
|
|
|
- {field: 'cate.name', title: __('Cate_id'), operate: false},
|
|
|
+// {field: 'cate_id', title: __('Cate_id'), autocomplete: false, visible: false},
|
|
|
+// {field: 'cate.name', title: __('Cate_id'), operate: false},
|
|
|
// {field: 'exam_type_id', title: __('Exam_type_id'), visible: false},
|
|
|
// {field: 'examtype.name', title: __('Exam_type_id'), operate: false},
|
|
|
{
|
|
@@ -118,7 +118,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'upload'], function (
|
|
|
formatter: Table.api.formatter.status,
|
|
|
operate: false
|
|
|
},
|
|
|
- {
|
|
|
+ /*{
|
|
|
field: 'total_count',
|
|
|
title: '总答题次数',
|
|
|
},
|
|
@@ -129,7 +129,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'upload'], function (
|
|
|
{
|
|
|
field: 'error_count',
|
|
|
title: '答错数',
|
|
|
- },
|
|
|
+ },*/
|
|
|
/*{
|
|
|
field: 'createtime',
|
|
|
title: __('Createtime'),
|