Преглед на файлове

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'">