zhangweicheng 6 سال پیش
والد
کامیت
ab0dfc5e23
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      web/building_saas/pm/js/pm_newMain.js

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

@@ -409,7 +409,7 @@ const projTreeObj = {
         },
         },
         exportProject: {
         exportProject: {
             name: "导出建设项目",
             name: "导出建设项目",
-            icon: 'fa-external-link',
+            icon: 'fa-cloud-download',
             disabled: function () {
             disabled: function () {
                 let selectedItem = projTreeObj.tree.selected;
                 let selectedItem = projTreeObj.tree.selected;
                 return !(selectedItem && selectedItem.data.projType === projectType.project);
                 return !(selectedItem && selectedItem.data.projType === projectType.project);
@@ -424,7 +424,7 @@ const projTreeObj = {
         },
         },
         importProject:{
         importProject:{
             name: "导入建设项目",
             name: "导入建设项目",
-            icon: 'fa-external-link',
+            icon: 'fa-upload',
             disabled: function () {
             disabled: function () {
                 let selectedItem = projTreeObj.tree.selected;
                 let selectedItem = projTreeObj.tree.selected;
                 if(selectedItem){
                 if(selectedItem){