|
@@ -214,14 +214,14 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'upload'], function (
|
|
url: 'exam/question/restore',
|
|
url: 'exam/question/restore',
|
|
refresh: true
|
|
refresh: true
|
|
},
|
|
},
|
|
- {
|
|
|
|
|
|
+ /*{
|
|
name: 'Destroy',
|
|
name: 'Destroy',
|
|
text: __('Destroy'),
|
|
text: __('Destroy'),
|
|
classname: 'btn btn-xs btn-danger btn-ajax btn-destroyit',
|
|
classname: 'btn btn-xs btn-danger btn-ajax btn-destroyit',
|
|
icon: 'fa fa-times',
|
|
icon: 'fa fa-times',
|
|
url: 'exam/question/destroy',
|
|
url: 'exam/question/destroy',
|
|
refresh: true
|
|
refresh: true
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
],
|
|
],
|
|
formatter: Table.api.formatter.operate
|
|
formatter: Table.api.formatter.operate
|
|
}
|
|
}
|