const table = { // 入驻时间 enterTime: "入驻时间", // 研究领域 researchIndustry: "研究领域", // 关联专家 relatedExperts: "关联专家", // 发布时间 publishTime: "发布时间", // 课题角色 topicRole: "课题角色", // 成果领域 achievementIndustry: "成果领域", // 取消关联 cancelRelation: "取消关联", // 取消发布 cancelPublish: "取消发布", // 浏览单位信息 viewUnitInfo: "浏览单位信息", // 浏览次数 viewCount: "浏览次数", // 浏览时间 viewTime: "浏览时间", // 浏览类别 viewCategory: "浏览类别", // 实验室网址 labWebsite: "实验室网址", // 添加日期 addDate: "添加日期", }; export default table;