This commit is contained in:
sentsin 2017-08-22 12:01:49 +08:00
parent 7265b2c471
commit a6703434e4
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

4
dist/layui.all.js vendored

File diff suppressed because one or more lines are too long

View File

@ -285,7 +285,7 @@ layui.define(['laytpl', 'laypage', 'layer', 'form'], function(exports){
var tds = [], tds_fixed = [], tds_fixed_r = [];
that.eachCols(function(i3, item3){
var content = item1[item3.field||i3];
if(content === undefined && content === null){
if(content === undefined || content === null){
content = (i3 === 0 ? i1+1 : '');
}