Browse Source

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/ConstructionCost

zhangweicheng 4 years ago
parent
commit
7d058c0392
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/building_saas/main/js/views/project_view.js

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

@@ -2154,11 +2154,11 @@ var projectObj = {
             }
             //分部
             if(node.data.type === billType.FB){
-                styleMap = mapping.FB;
+                styleMap = mapping.FX;
             }
             //分项
             else if(node.data.type === billType.FX){
-                styleMap = mapping.FX;
+                styleMap = mapping.FB;
             }
             //补项
             else if(node.data.type === billType.BX){