diff --git a/src/views/material/stquery/deviceStatusRecord.vue b/src/views/material/stquery/deviceStatusRecord.vue index 16053dbc..1a78262f 100644 --- a/src/views/material/stquery/deviceStatusRecord.vue +++ b/src/views/material/stquery/deviceStatusRecord.vue @@ -748,7 +748,7 @@ export default { objectSpanMethod ({ row, column, rowIndex, columnIndex }) { if (rowIndex === 0 && columnIndex == 0) { let rowspan = 1 - let colspan = 7 + let colspan = 6 return { rowspan, colspan } } // 解决偏移的重要代码