소스 검색

山东导入接口显示

Tony Kang 3 년 전
부모
커밋
c7c765b12c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/building_saas/pm/js/pm_newMain.js

+ 1 - 1
web/building_saas/pm/js/pm_newMain.js

@@ -338,7 +338,7 @@ const projTreeObj = {
             name: '导入接口文件',
             icon: 'fa-cloud-upload',
             visible: function () {
-                const names = ['公路造价(2018)', '安徽养护(2018)', '广东公路造价(2018)', '浙江养护(2005)'];
+                const names = ['公路造价(2018)', '安徽养护(2018)', '广东公路造价(2018)', '浙江养护(2005)', '山东养护(2016)'];
                 return compilationData && names.includes(compilationData.name);
             },
             callback: function () {