Commit 9087fd0b authored by tianhongyang's avatar tianhongyang

fix

parent fd46e7a0
...@@ -402,14 +402,14 @@ export function isNumberStr(str) { ...@@ -402,14 +402,14 @@ export function isNumberStr(str) {
} }
// 甲方详情左侧菜单映射 // 甲方详情左侧菜单映射
export const detailSideBar = new Map({ // export const detailSideBar = new Map({
// 企业速览 // // 企业速览
holderinfo: "ownershipStructure", // holderinfo: "ownershipStructure",
// 高管信息 // // 高管信息
execuinfo: "leadingMember", // execuinfo: "leadingMember",
// 对外投资 // // 对外投资
overseas: "outboundInvestment", // overseas: "outboundInvestment",
// 分支机构 // // 分支机构
branch: "branch", // branch: "branch",
}) // })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment