mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
fix(table): 非常规列设置 field
时,导出 excel 合计行错位 (#1522)
This commit is contained in:
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
Block a user