Merge branch 'main' of zentao/zentaopms (#1327)

This commit is contained in:
代婷婷
2024-07-18 08:37:39 +08:00
committed by Gitfox
-2
View File
@@ -229,8 +229,6 @@ renderCell = function(result, {row, col})
);
}
if(typeof(row.data['field0_colspan']) != 'undefined') result[0] = row.data[col.name];
return result;
}