@@ -337,7 +337,7 @@ const projTreeObj = {
name: '导入接口文件',
icon: 'fa-cloud-upload',
visible: function () {
- const names = ['全国公路(2018)'];
+ const names = ['公路造价(2018)'];
return compilationData && names.includes(compilationData.name);
},
callback: function () {