Browse Source

add quantity celltype

zhangweicheng 7 năm trước cách đây
mục cha
commit
dea29e5f54
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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();
         },