const table = { // 入驻时间 enterTime: "入驻时间", // 研究领域 researchIndustry: "研究领域", // 关联专家 relatedExperts: "关联专家", // 发布时间 publishTime: "发布时间", // 课题角色 topicRole: "课题角色", // 成果领域 achievementIndustry: "成果领域", // 取消关联 cancelRelation: "取消关联", // 取消发布 cancelPublish: "取消发布", }; export default table;