|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: zk
|
|
|
* @Date: 2022-01-17 10:39:22
|
|
|
- * @LastEditTime: 2022-05-13 16:15:39
|
|
|
+ * @LastEditTime: 2022-05-13 16:31:41
|
|
|
* @LastEditors: your name
|
|
|
* @Description: 离港01
|
|
|
-->
|
|
@@ -428,7 +428,7 @@ export default {
|
|
|
// },
|
|
|
methods: {
|
|
|
cellClass(row, column, rowIndex, columnIndex) {
|
|
|
- if (row.column.property == 'FlightNO' || row.column.property == 'PreFlightNO') {
|
|
|
+ if (['FlightNO', 'PreFlightNO', 'outTransferBaggageCount'].includes(row.column.property)) {
|
|
|
return 'clickCell'
|
|
|
}
|
|
|
},
|