소스 검색

feat: 工料机汇总列可拖动

zhangweicheng 3 년 전
부모
커밋
88dd55e8c4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      public/web/sheet/sheet_common.js

+ 2 - 2
public/web/sheet/sheet_common.js

@@ -76,9 +76,9 @@ var sheetCommonObj = {
         };
         let spanSetting =   sheetCommonObj.transferToTreeSetting(setting,temSetting);
         TREE_SHEET_HELPER.loadSheetHeader(spanSetting,sheet,rowCount);
-      /*   sheet.options.protectionOptions = {
+        sheet.options.protectionOptions = {
             allowResizeColumns: true//列宽可拖动
-        }; */
+        };
     },