...
|
...
|
@@ -21,6 +21,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
url: $.fn.bootstrapTable.defaults.extend.index_url,
|
|
|
pk: 'id',
|
|
|
sortName: 'user.id',
|
|
|
exportOptions: {
|
|
|
type: 'excel',
|
|
|
onMsoNumberFormat: function(cell, row, col) {
|
|
|
return (row > 0 && col == 0) ? '\\@' : '';
|
|
|
}
|
|
|
},
|
|
|
columns: [
|
|
|
[
|
|
|
{checkbox: true},
|
...
|
...
|
|