|
@@ -59,24 +59,24 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'upload'], function (
|
|
|
{
|
|
|
field: 'kind',
|
|
|
title: __('Kind'),
|
|
|
- searchList: {"JUDGE": __('Judge'), "SINGLE": __('Single'), "MULTI": __('Multi'), "FILL": __('Fill'), "SHORT": __('Short'), "MATERIAL": __('Material')},
|
|
|
+ searchList: {"JUDGE": __('Judge'), "SINGLE": __('Single'), "MULTI": __('Multi'), /*"FILL": __('Fill'),*/ "SHORT": __('Short')/*, "MATERIAL": __('Material')*/},
|
|
|
formatter: Table.api.formatter.normal,
|
|
|
// operate: "IN",
|
|
|
},
|
|
|
{field: 'title', title: __('Title'), autocomplete: false, operate: 'LIKE', formatter: Table.api.formatter.content},
|
|
|
- {
|
|
|
+ /*{
|
|
|
field: 'is_material_child',
|
|
|
title: __('属于材料题子题'),
|
|
|
searchList: {"0": __('否'), "1": __('是')},
|
|
|
defaultValue: 0,
|
|
|
visible: false
|
|
|
- },
|
|
|
- {
|
|
|
+ },*/
|
|
|
+ /* {
|
|
|
field: 'difficulty',
|
|
|
title: __('Difficulty'),
|
|
|
searchList: {"EASY": __('Easy'), "GENERAL": __('General'), "HARD": __('Hard')},
|
|
|
formatter: Table.api.formatter.normal
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
field: 'answer', title: __('Answer'), halign: 'center', align: 'left', operate: false, formatter: function (value, row, index) {
|
|
|
var answer = value;
|