jiangbiao пре 1 година
родитељ
комит
d4a5893dc4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ui/src/views/training/bccnew/tsnew/score_student.vue

+ 1 - 1
ui/src/views/training/bccnew/tsnew/score_student.vue

@@ -724,7 +724,7 @@ export default {
     //合并单元格
     mergeMethod({row, column, rowIndex, columnIndex}) {
       // console.log(row)
-      if ([3, 6, 7, 8, 9, 10, 11, 12, 13, 14].includes(columnIndex)) {
+      if ([1,3, 6, 7, 8, 9, 10, 11, 12, 13, 14].includes(columnIndex)) {
         const _row = this.setTable(this.dsdtList).merge[rowIndex];
         const _col = _row > 0 ? 1 : 0;
         return {