fix(#IXT59): 数据表格选择列出现其状态值
#Comment comment #IXT59 #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=IXT59
This commit is contained in:
parent
9be7f7acdf
commit
ab8c31f251
|
@ -338,6 +338,7 @@
|
|||
}, options);
|
||||
settings.url = $.formatUrl(settings.url);
|
||||
$.each(settings.columns, function (index, value) {
|
||||
if (value.checkbox) return;
|
||||
if (!$.isFunction(value.formatter)) {
|
||||
value.formatter = function (value, row, index, field) {
|
||||
return $.safeHtml(value);
|
||||
|
|
Loading…
Reference in New Issue