Sfoglia il codice sorgente

add isEstimate col

zhangweicheng 7 anni fa
parent
commit
3cb7274c02
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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) {