Explorar o código

colSetting, celltype

MaiXinRong %!s(int64=7) %!d(string=hai) anos
pai
achega
aa3c1c1dc1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/users/js/col_setting.js

+ 1 - 1
web/users/js/col_setting.js

@@ -55,7 +55,7 @@ let ColSettingObj = {
         this.cellType.getText.items(['getText.type']);
 
         this.cellType.cellType = new GC.Spread.Sheets.CellTypes.ComboBox();
-        this.cellType.cellType.items(['cellType.units', 'cellType.feeRate']);
+        this.cellType.cellType.items(['cellType.unit', 'cellType.feeRate']);
 
         this.cellType.checkBox = new GC.Spread.Sheets.CellTypes.CheckBox();
     },