|
@@ -9978,7 +9978,6 @@ define('table',['jquery', 'bootstrap', 'moment', 'moment/locale/zh-cn', 'bootstr
|
|
|
buttonlink: function (column, buttons, value, row, index, type) {
|
|
buttonlink: function (column, buttons, value, row, index, type) {
|
|
|
var table = column.table;
|
|
var table = column.table;
|
|
|
type = typeof type === 'undefined' ? 'buttons' : type;
|
|
type = typeof type === 'undefined' ? 'buttons' : type;
|
|
|
- // 操作配置
|
|
|
|
|
var options = table ? table.bootstrapTable('getOptions') : {};
|
|
var options = table ? table.bootstrapTable('getOptions') : {};
|
|
|
var html = [];
|
|
var html = [];
|
|
|
var url, classname, icon, text, title, extend;
|
|
var url, classname, icon, text, title, extend;
|