|
@@ -1128,7 +1128,7 @@ export default {
|
|
colspan: _col
|
|
colspan: _col
|
|
};
|
|
};
|
|
}
|
|
}
|
|
- if (columnIndex === 15) {
|
|
|
|
|
|
+ if (columnIndex === 13) {
|
|
const _row = this.setTable(this.bookingworkticketList).merge[rowIndex];
|
|
const _row = this.setTable(this.bookingworkticketList).merge[rowIndex];
|
|
const _col = _row > 0 ? 1 : 0;
|
|
const _col = _row > 0 ? 1 : 0;
|
|
return {
|
|
return {
|
|
@@ -1136,7 +1136,7 @@ export default {
|
|
colspan: _col
|
|
colspan: _col
|
|
};
|
|
};
|
|
}
|
|
}
|
|
- if (columnIndex === 14) {
|
|
|
|
|
|
+ if (columnIndex === 15) {
|
|
const _row = this.setTable(this.bookingworkticketList).merge[rowIndex];
|
|
const _row = this.setTable(this.bookingworkticketList).merge[rowIndex];
|
|
const _col = _row > 0 ? 1 : 0;
|
|
const _col = _row > 0 ? 1 : 0;
|
|
return {
|
|
return {
|