|
@@ -201,6 +201,11 @@ |
|
|
$tr = a('<tr></tr>'); |
|
|
$tr = a('<tr></tr>'); |
|
|
} |
|
|
} |
|
|
else if (_item.type == 'input') { |
|
|
else if (_item.type == 'input') { |
|
|
|
|
|
if(data[_index+1].type == 'anodeinfo'||data[_index+1].type == 'gird'){ |
|
|
|
|
|
if(num - (_item.col * 2 - 1) - 1 > 0){ |
|
|
|
|
|
_item.col = num/2 |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
var colspan = _item.col * 2 - 1; |
|
|
var colspan = _item.col * 2 - 1; |
|
|
var _text = ''; |
|
|
var _text = ''; |
|
|
if (_item.text) { |
|
|
if (_item.text) { |
|
|