diff --git a/pc4mobx/organization/components/company/CompanyExtend.js b/pc4mobx/organization/components/company/CompanyExtend.js index ac76f0f..a3c903c 100644 --- a/pc4mobx/organization/components/company/CompanyExtend.js +++ b/pc4mobx/organization/components/company/CompanyExtend.js @@ -1,7 +1,7 @@ /** * @Author: 程亮 * @Date: 2022-05-18 14:52:39 - * @LastEditTime: 2022-06-22 16:37:43 + * @LastEditTime: 2022-09-08 17:11:51 * @Description: * @FilePath: /trunk/src4js/pc4mobx/organization/components/company/CompanyExtend.js */ diff --git a/pc4mobx/organization/components/company/company.js b/pc4mobx/organization/components/company/company.js index f11bd3b..ec4013f 100644 --- a/pc4mobx/organization/components/company/company.js +++ b/pc4mobx/organization/components/company/company.js @@ -1,7 +1,7 @@ /** * @Author: 程亮 * @Date: 2022-05-18 16:23:32 - * @LastEditTime: 2022-09-05 17:46:05 + * @LastEditTime: 2022-09-08 17:35:40 * @Description: * @FilePath: /trunk/src4js/pc4mobx/organization/components/company/company.js */ @@ -42,7 +42,11 @@ import NewTableDialog from '../NewTableDialog'; import NewAndEditDialog from '../NewAndEditDialog'; import NewWeaTable from '../NewWeaTableDialog'; import { renderNoright } from '../../util'; +import { + CompanyExtendStore +} from '../../stores/companyextend'; +const companyExtend = new CompanyExtendStore(); const toJS = mobx.toJS; @@ -148,6 +152,7 @@ export default class Company extends React.Component { //查看 view(id) { + //companyExtend.isEditor = true; window.open(`/spa/organization/static/index.html#/main/organization/companyExtend/${id}`, "_blank") } diff --git a/pc4mobx/organization/components/staff/index.less b/pc4mobx/organization/components/staff/index.less index 2e59f51..d2ae513 100644 --- a/pc4mobx/organization/components/staff/index.less +++ b/pc4mobx/organization/components/staff/index.less @@ -26,7 +26,7 @@ img{ margin-top: 20px; width: 1200px; - height: 200px; + height: 265px; } .action { margin-top: 20px; diff --git a/pc4mobx/organization/images/workflow.jpg b/pc4mobx/organization/images/workflow.jpg index 421100a..dc93067 100644 Binary files a/pc4mobx/organization/images/workflow.jpg and b/pc4mobx/organization/images/workflow.jpg differ