浏览代码

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