Sfoglia il codice sorgente

调整鸿盘位置

yanghao 2 settimane fa
parent
commit
99155bb891
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      src/views/index.vue

+ 3 - 2
src/views/index.vue

@@ -702,8 +702,7 @@ const portalSections: PortalSection[] = [
       { label: "供应商管理(SRM)", image: scmimage },
       { label: "经营驾驶舱(MC)", image: driveimage },
       { label: "项目管理(PM)", image: pmimage },
-      { label: "开发需求管理", image: jishuimage2 },
-      { label: "鸿盘", image: hongpan },
+
       { label: "绩效管理(OKR)", image: okrimage },
       { label: "财务管理(FM)", image: erpimage },
 
@@ -712,6 +711,8 @@ const portalSections: PortalSection[] = [
 
       { label: "组织资产管理", image: zuzhiimage },
       { label: "风控合规管理", image: safeimage },
+      { label: "开发需求管理", image: jishuimage2 },
+      { label: "鸿盘", image: hongpan },
     ],
   },
   {