浏览代码

add quantity celltype

zhangweicheng 7 年之前
父节点
当前提交
dea29e5f54
共有 1 个文件被更改,包括 3 次插入0 次删除
  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();
         },