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}

diff --git a/pc4mobx/organization/stores/resourceCard.js b/pc4mobx/organization/stores/resourceCard.js index 130725c..8bbaef3 100644 --- a/pc4mobx/organization/stores/resourceCard.js +++ b/pc4mobx/organization/stores/resourceCard.js @@ -22,6 +22,7 @@ export class ResourceCardStore { /************** json数据*****************/ @observable data = { user: { + id:23, image: "", name: "萧言", sex:"0", diff --git a/pc4mobx/organization/style/card.less b/pc4mobx/organization/style/card.less index b9bbb1a..d5bda3d 100644 --- a/pc4mobx/organization/style/card.less +++ b/pc4mobx/organization/style/card.less @@ -96,6 +96,7 @@ float: right; font-weight: 800; font-size: 16px; + cursor: pointer; } }