Browse Source

优化

szdq
wangxy 3 years ago
parent
commit
7378f8320f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue

+ 1
- 1
src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue View File

@ -118,7 +118,7 @@ export default {
methods: {
//
objectSpanMethod({ row, column, rowIndex, columnIndex }) {
if (columnIndex < 9) {
if (columnIndex < 10) {
if (rowIndex % (this.mergeNum) === 0) {
return {
rowspan: this.mergeNum,


Loading…
Cancel
Save