ソースを参照

Merge branch 'master' of http://smartcost.f3322.net:3000/SmartCost/ConstructionOperation

TonyKang 7 年 前
コミット
09d140618e
1 ファイル変更3 行追加0 行削除
  1. 3 0
      web/users/js/main_tree_col.js

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

@@ -21,6 +21,9 @@ let MainTreeCol = {
             }else {
                 return node.data["quantity"];
             }
+        },
+        code: function (node) {
+
         }
     },
     readOnly: {