fixed
This commit is contained in:
parent
e8c4068085
commit
0b5f70a080
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Reference in New Issue