فهرست منبع

附加信息合并单元格

1178232204@qq.com 3 سال پیش
والد
کامیت
229e54c436
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/components/knowledgeExtra/RuleCheck.vue

+ 2 - 1
src/components/knowledgeExtra/RuleCheck.vue

@@ -353,7 +353,8 @@ export default {
                   mergeArr.push(
                   mergeArr.push(
                     { row: len, col: 0, rowspan: dtoList.length, colspan: 1 },
                     { row: len, col: 0, rowspan: dtoList.length, colspan: 1 },
                     { row: len, col: 1, rowspan: dtoList.length, colspan: 1 },
                     { row: len, col: 1, rowspan: dtoList.length, colspan: 1 },
-                    { row: len, col: 2, rowspan: dtoList.length, colspan: 1 }
+                    { row: len, col: 2, rowspan: dtoList.length, colspan: 1 },
+                    { row: len, col: 3, rowspan: dtoList.length, colspan: 1 }
                   );
                   );
                 }
                 }
                 datalist.push({
                 datalist.push({