|
@@ -1,7 +1,7 @@
|
|
<!--
|
|
<!--
|
|
* @Author: zk
|
|
* @Author: zk
|
|
* @Date: 2022-01-17 10:39:22
|
|
* @Date: 2022-01-17 10:39:22
|
|
- * @LastEditTime: 2022-05-13 14:30:52
|
|
|
|
|
|
+ * @LastEditTime: 2022-05-13 15:41:16
|
|
* @LastEditors: your name
|
|
* @LastEditors: your name
|
|
* @Description: 离港01
|
|
* @Description: 离港01
|
|
-->
|
|
-->
|
|
@@ -695,9 +695,7 @@ export default {
|
|
'StandForDepartrue',
|
|
'StandForDepartrue',
|
|
'outTransferBaggageCount',
|
|
'outTransferBaggageCount',
|
|
'outTransferredBaggageCount',
|
|
'outTransferredBaggageCount',
|
|
- 'timeDifference',
|
|
|
|
- 'inTransferBaggageCount',
|
|
|
|
- 'inTransferredBaggageCount'
|
|
|
|
|
|
+ 'timeDifference'
|
|
].includes(column['property'])
|
|
].includes(column['property'])
|
|
) {
|
|
) {
|
|
const _row = this.spanArr[rowIndex]
|
|
const _row = this.spanArr[rowIndex]
|
|
@@ -709,7 +707,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
arraySpanMethod({ row, column, rowIndex, columnIndex }) {
|
|
arraySpanMethod({ row, column, rowIndex, columnIndex }) {
|
|
- for (let i = 0; i < 5; i++) {
|
|
|
|
|
|
+ for (let i = 0; i < 9; i++) {
|
|
if (columnIndex === i) {
|
|
if (columnIndex === i) {
|
|
const _row = this.spanArr[rowIndex]
|
|
const _row = this.spanArr[rowIndex]
|
|
const _col = _row > 0 ? 1 : 0
|
|
const _col = _row > 0 ? 1 : 0
|