From e498634292f20605d628fcf5a3a34565e4f9fd93 Mon Sep 17 00:00:00 2001
From: Chengliang <1546584672@qq.com>
Date: Thu, 29 Sep 2022 09:49:15 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../organization/components/resource/ResourceCard.js | 10 +++++-----
pc4mobx/organization/stores/resourceCard.js | 1 +
pc4mobx/organization/style/card.less | 1 +
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/pc4mobx/organization/components/resource/ResourceCard.js b/pc4mobx/organization/components/resource/ResourceCard.js
index bf025f6..344902f 100644
--- a/pc4mobx/organization/components/resource/ResourceCard.js
+++ b/pc4mobx/organization/components/resource/ResourceCard.js
@@ -233,35 +233,35 @@ export default class ResourceCard extends React.Component {
流程总数
-{data.statistical.workflowCount}
+{window.open(`/spa/workflow/static/index.html#/main/workflow/listDoing?resourceid=${data.user.id}`)}}>{data.statistical.workflowCount}
文档总数
-{data.statistical.docCount}
+{window.open(`/spa/document/static/index.html#/main/document/search?viewcondition=2&doccreaterid=${data.user.id}`)}}>{data.statistical.docCount}
我的客户
-{data.statistical.cusCount}
+{window.open(`/spa/crm/static/index.html#/main/crm/customer/hrmView?searchHrmId=${data.user.id}`)}}>{data.statistical.cusCount}
我的协作
-{data.statistical.collaborationCount}
+{window.open(`/spa/cowork/static/index.html#/main/cowork/hrmview?searchHrmid=${data.user.id}`)}}>{data.statistical.collaborationCount}
微博总数
-{data.statistical.weiboCount}
+{window.open(`/spa/blog/static/index.html#/user/${data.user.id}`)}}>{data.statistical.weiboCount}