소스 검색

refactor: 注释掉表头操作图标

yusheng 5 일 전
부모
커밋
049b944fc6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/rulesManagement/releaseRules/components/templateDiv/customTableNew.vue

+ 2 - 2
src/views/rulesManagement/releaseRules/components/templateDiv/customTableNew.vue

@@ -36,7 +36,7 @@
                 @contextmenu.prevent="onRightClick($event, rowIndex, colIndex)"
               >
                 <!-- 表头操作图标 -->
-                <i
+                <!-- <i
                   v-if="edit && rowIndex === 0"
                   class="el-icon-delete delete"
                   @click.stop="removeColumn(colIndex)"
@@ -55,7 +55,7 @@
                   v-if="edit && rowIndex !== 0 && colIndex !== row.length - 1"
                   class="el-icon-circle-plus-outline addRow"
                   @click.stop="addRow(rowIndex)"
-                ></i>
+                ></i> -->
 
                 <!-- 复选框模式 -->
                 <template v-if="cell.mode === 'checkbox'">