fix list expanded dd
This commit is contained in:
@@ -161,7 +161,9 @@ define('views/record/list-expanded', 'views/record/list', function (Dep) {
|
||||
},
|
||||
|
||||
getItemEl: function (model, item) {
|
||||
return this.options.el + ' li[data-id="' + model.id + '"] .cell[data-name="' + item.field + '"]';
|
||||
let name = item.field || item.columnName;
|
||||
|
||||
return this.options.el + ' li[data-id="' + model.id + '"] .cell[data-name="' + name+ '"]';
|
||||
},
|
||||
|
||||
getRowContainerHtml: function (id) {
|
||||
|
||||
Reference in New Issue
Block a user