瀏覽代碼

add isEstimate col

zhangweicheng 7 年之前
父節點
當前提交
3cb7274c02
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      web/users/js/main_tree_col.js

+ 3 - 0
web/users/js/main_tree_col.js

@@ -132,6 +132,9 @@ let MainTreeCol = {
         //是否分包
         isSubcontract: function (node) {
 
+        },
+        isEstimate:function (node) {
+
         }
      },
     getEvent: function (eventName) {