mirror of https://github.com/layui/layui
fix(table): 非常规列设置 `field` 时,导出 excel 合计行错位 (#1522)
parent
153576cf99
commit
ce4696b529
|
@ -2967,6 +2967,9 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
|||
|
||||
// 插入内容
|
||||
vals.push(content);
|
||||
}else if(item3.field && item3.type !== 'normal'){
|
||||
// https://gitee.com/layui/layui/issues/I8PHCR
|
||||
if(i1 == 0) fieldsIsHide[item3.field] = true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue