Browse Source

colSetting, feeRate

MaiXinRong 7 năm trước cách đây
mục cha
commit
4b964eccc2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']);
+        this.cellType.cellType.items(['cellType.units', 'cellType.feeRate']);
 
         this.cellType.checkBox = new GC.Spread.Sheets.CellTypes.CheckBox();
     },