diff --git a/pc4mobx/organization/apis/company.js b/pc4mobx/organization/apis/company.js new file mode 100644 index 0000000..e69de29 diff --git a/pc4mobx/organization/components/company/companyManage.js b/pc4mobx/organization/components/company/company.js similarity index 64% rename from pc4mobx/organization/components/company/companyManage.js rename to pc4mobx/organization/components/company/company.js index 1ec93e7..5e8fabc 100644 --- a/pc4mobx/organization/components/company/companyManage.js +++ b/pc4mobx/organization/components/company/company.js @@ -1,6 +1,6 @@ import React, { Component } from 'react' -export default class CompanyManage extends Component { +export default class Company extends Component { render() { return (
C
diff --git a/pc4mobx/organization/index.js b/pc4mobx/organization/index.js index d6a7dcb..d6a86bc 100644 --- a/pc4mobx/organization/index.js +++ b/pc4mobx/organization/index.js @@ -7,8 +7,7 @@ import RankScheme from "./components/postionrank/RankScheme"; import JobLevel from "./components/postionrank/JobLevel"; import JobGrade from "./components/postionrank/JobGrade"; import Sequence from "./components/sequence/Sequence"; -import Group from "./components/group/group"; -import CompanyManage from "./components/company/companyManage"; +import Group from "./components/group/Group"; import OfficeManage from "./components/office/officeManage"; import stores from "./stores"; import "./style/index"; @@ -39,7 +38,6 @@ const Routes = ( - ); diff --git a/pc4mobx/organization/stores/companyManage.js b/pc4mobx/organization/stores/company.js similarity index 100% rename from pc4mobx/organization/stores/companyManage.js rename to pc4mobx/organization/stores/company.js