From 37e6757110b6c45ae6fd0ed2ac911b56d494d21f Mon Sep 17 00:00:00 2001
From: Chengliang <1546584672@qq.com>
Date: Tue, 8 Aug 2023 14:28:49 +0800
Subject: [PATCH] =?UTF-8?q?=E8=8A=B1=E5=90=8D=E5=86=8C=E5=BF=AB=E6=8D=B7?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/company/company.js | 42 +-
.../components/resource/GroupList.js | 39 ++
.../components/resource/resource.js | 22 +-
pc4mobx/organization/stores/resource.js | 525 +++++++++++-------
pc4mobx/organization/style/resource.less | 18 +
5 files changed, 408 insertions(+), 238 deletions(-)
create mode 100644 pc4mobx/organization/components/resource/GroupList.js
create mode 100644 pc4mobx/organization/style/resource.less
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 = (