Преглед изворни кода

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//列宽可拖动
-        }; */
+        };
     },