Parcourir la source

add quantity celltype

zhangweicheng il y a 7 ans
Parent
commit
dea29e5f54
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      web/maintain/main_col_lib/js/main_tree_col.js

+ 3 - 0
web/maintain/main_col_lib/js/main_tree_col.js

@@ -122,6 +122,9 @@ let MainTreeCol = {
         feeRate: function () {
             return feeRateObject.getFeeRateEditCellType();
         },
+        quantity:function () {
+
+        },
         calcBase: function () {
             return calcBaseView.getCalcBaseCellType();
         },