|
@@ -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();
|
|
|
},
|