|
|
@@ -702,12 +702,10 @@ const portalSections: PortalSection[] = [
|
|
|
{ label: "供应商管理(SRM)", image: scmimage },
|
|
|
{ label: "经营驾驶舱(MC)", image: driveimage },
|
|
|
{ label: "项目管理(PM)", image: pmimage },
|
|
|
-
|
|
|
- { label: "绩效管理(OKR)", image: okrimage },
|
|
|
+ { label: "战略解码与执行", image: zhanlueimage },
|
|
|
{ label: "财务管理(FM)", image: erpimage },
|
|
|
|
|
|
{ label: "技术研发管理(R&D)", image: jishuimage2 },
|
|
|
- { label: "战略解码与执行", image: zhanlueimage },
|
|
|
|
|
|
{ label: "组织资产管理", image: zuzhiimage },
|
|
|
{ label: "风控合规管理", image: safeimage },
|
|
|
@@ -768,7 +766,7 @@ let boldLabes = ref([
|
|
|
"智能钻井",
|
|
|
"供应商管理(SRM)",
|
|
|
"人力资源(EHR)",
|
|
|
- "绩效管理(OKR)",
|
|
|
+ "战略解码与执行",
|
|
|
]);
|
|
|
|
|
|
const searchKeyword = ref("");
|
|
|
@@ -1307,7 +1305,7 @@ const handlePortalAppClick = async (app: PortalApp) => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (app.label === "绩效管理(OKR)") {
|
|
|
+ if (app.label === "战略解码与执行") {
|
|
|
if (userStore.getUser.username && getAccessToken()) {
|
|
|
if (isDing) {
|
|
|
dd.biz.util.openLink({
|