Browse Source

屏蔽字段

lizhen_gitee 5 months ago
parent
commit
c79b8a145c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      public/assets/js/backend/exam/question.js

+ 4 - 4
public/assets/js/backend/exam/question.js

@@ -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'),