zhongzewei 7 năm trước cách đây
mục cha
commit
cca836bafe
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      web/building_saas/main/js/views/main_tree_col.js

+ 2 - 2
web/building_saas/main/js/views/main_tree_col.js

@@ -42,10 +42,10 @@ let MainTreeCol = {
             else return true;
         },
 
-commonUnitFee: function(node){
+        commonUnitFee: function(node){
             return !projectObj.project.calcProgram.isNullBill(node);
         },
-//根据节点、父节点类型判断是否可用计算基数
+        //根据节点、父节点类型判断是否可用计算基数
         calcBaseType: function (node) {
             function isDef (v) {
                 return v !== undefined && v !== null;