Merge pull request !73 from reset/feature/cl
This commit is contained in:
reset 2022-09-08 09:55:20 +00:00 committed by Gitee
commit c044172c8a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 8 additions and 3 deletions

View File

@ -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
*/

View File

@ -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")
}

View File

@ -26,7 +26,7 @@
img{
margin-top: 20px;
width: 1200px;
height: 200px;
height: 265px;
}
.action {
margin-top: 20px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 37 KiB