Просмотр исходного кода

Merge branch 'master' of http://smartcost.f3322.net:3000/SmartCost/ConstructionCost

zhongzewei 6 лет назад
Родитель
Сommit
9209e6e4d8
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      public/web/sheet/sheet_common.js

+ 1 - 0
public/web/sheet/sheet_common.js

@@ -42,6 +42,7 @@ var sheetCommonObj = {
         };
 
         sheet.showRowOutline(false);
+        sheet.options.allowCellOverflow = false;
         me.buildHeader(sheet, setting);
         if (rowCount > 0)
             sheet.setRowCount(rowCount);