diff --git a/pc4mobx/organization/components/company/company.js b/pc4mobx/organization/components/company/company.js
index 6ea1f48..3cf53da 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: 2023-07-26 18:41:11
+ * @LastEditTime: 2023-08-08 11:23:40
* @Description:
* @FilePath: /trunk/src4js/pc4mobx/organization/components/company/company.js
*/
@@ -26,7 +26,7 @@ import {
Button,
message,
Switch,
- Menu, Dropdown, Icon,Tooltip
+ Menu, Dropdown, Icon, Tooltip
} from 'antd'
import {
WeaSwitch,
@@ -43,7 +43,7 @@ import NewAndEditDialog from '../NewAndEditDialog';
import NewWeaTable from '../NewWeaTableDialog';
import { renderNoright } from '../../util';
import {
- CompanyExtendStore
+ CompanyExtendStore
} from '../../stores/companyextend';
const companyExtend = new CompanyExtendStore();
@@ -343,9 +343,9 @@ export default class Company extends React.Component {
c.className = "wea-table-indent"
c.render = function (text, record) {
return {
- window.open(`/spa/organization/static/index.html#/main/organization/companyExtend/${record.id}`, "_blank")
- }}>{text}
-
+ window.open(`/spa/organization/static/index.html#/main/organization/companyExtend/${record.id}`, "_blank")
+ }}>{text}
+
}
}
if (c.dataIndex == 'operate') {
@@ -354,25 +354,25 @@ export default class Company extends React.Component {
c.render = function (text, record) {
const menu = (