diff --git a/README.md b/README.md index 6e9aae5b..5528ab45 100644 --- a/README.md +++ b/README.md @@ -288,8 +288,13 @@ ![项目立项](/docs/images/xm-zs/xm-zs-16-xnfx.png) ### 风险管理 - +![kpi](/docs/images/xm-zs/xm-zs-risk-list.png) +![kpi](/docs/images/xm-zs/xm-zs-risk-edit.png) +![kpi](/docs/images/xm-zs/xm-zs-risk-fenxi.png) ### kpi、okr等绩效类管理 +![kpi](/docs/images/xm-zs/xm-zs-kpi-list.png) +![kpi](/docs/images/xm-zs/xm-zs-kpi-edit.png) +![kpi](/docs/images/xm-zs/xm-zs-kpi-fenxi.png) ### 人效趋势分析 ![项目立项](/docs/images/xm-zs/xm-zs-16-rxfx-trend.png) diff --git a/docs/images/xm-zs/xm-zs-risk-edit.png b/docs/images/xm-zs/xm-zs-risk-edit.png new file mode 100644 index 00000000..6db97482 Binary files /dev/null and b/docs/images/xm-zs/xm-zs-risk-edit.png differ diff --git a/docs/images/xm-zs/xm-zs-risk-fenxi.png b/docs/images/xm-zs/xm-zs-risk-fenxi.png new file mode 100644 index 00000000..07f72cd5 Binary files /dev/null and b/docs/images/xm-zs/xm-zs-risk-fenxi.png differ diff --git a/docs/images/xm-zs/xm-zs-risk-list.png b/docs/images/xm-zs/xm-zs-risk-list.png new file mode 100644 index 00000000..213214c6 Binary files /dev/null and b/docs/images/xm-zs/xm-zs-risk-list.png differ diff --git a/src/views/xm/pro/xmRisk/Form.vue b/src/views/xm/pro/xmRisk/Form.vue index 6da2ae79..ec5ccc60 100644 --- a/src/views/xm/pro/xmRisk/Form.vue +++ b/src/views/xm/pro/xmRisk/Form.vue @@ -151,12 +151,12 @@ - + - + @@ -166,10 +166,10 @@ - - + + @@ -210,6 +210,14 @@ export default { xmProject:{ type: Object, default:()=>null + }, + xmProduct:{ + type: Object, + default:()=>null + }, + xmCollect:{ + type: Object, + default:()=>null } }, data() { @@ -236,7 +244,7 @@ export default { ], }, editForm: { - id:'',name:'',rtype:'',odds:'',impact:'',rstatus:'',rlvl:'',remark:'',rsgy:'',rway:'',ruserid:'',rusername:'',ctime:'',closeTime:'',deptid:'',branchId:'',projectId:'',cuserid:'',cusername:'' + id:'',name:'',rtype:'1',odds:'1',impact:'1',rstatus:'1',rlvl:'1',remark:'',rsgy:'1',rway:'',ruserid:'',rusername:'',ctime:'',closeTime:'',deptid:'',branchId:'',projectId:'',cuserid:'',cusername:'' }, //增删改查(含批量)接口 apis:{ @@ -258,6 +266,9 @@ export default { }else{ this.editForm.projectId=null } + this.editForm.ruserid=this.userInfo.userid + this.editForm.rusername=this.userInfo.username + this.editForm.deptid=this.userInfo.deptid } },