|
|
@ -113,7 +113,6 @@ export default { |
|
|
|
if (columnIndex < 10) { |
|
|
|
const _row = this.mergeArray[rowIndex] |
|
|
|
const _col = _row > 0 ? 1 : 0; |
|
|
|
// console.log(`rowspan:${_row} colspan:${_col}`); |
|
|
|
return { |
|
|
|
rowspan: _row, |
|
|
|
colspan: _col |
|
|
@ -141,8 +140,5 @@ export default { |
|
|
|
<style lang="less"> |
|
|
|
.balance-payment-wrapper { |
|
|
|
height: 100%; |
|
|
|
.search-content { |
|
|
|
margin-bottom: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |