소스 검색

合并单元格

wyq 3 년 전
부모
커밋
f592bb6e90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/knowledgeExtra/AddNewRuleTable.vue

+ 1 - 1
src/components/knowledgeExtra/AddNewRuleTable.vue

@@ -793,7 +793,7 @@ export default {
     },
     // 合并单元格
     ObjectSpanMethod({ row, column, rowIndex, columnIndex }) {
-      if (this.ruleTermCodeStr == '3-108-1' || this.ruleTermCodeStr == '4-108-1') {
+      if (this.ruleTermCodeStr == '3-108-1') {
         if (columnIndex == 0) {
           const _row = this.spanArr[rowIndex];
           const _col = _row > 0 ? 1 : 0;