diff --git a/client/src/views/main/svi_back.vue b/client/src/views/main/svi_back.vue index e2bfedf..5d0c284 100644 --- a/client/src/views/main/svi_back.vue +++ b/client/src/views/main/svi_back.vue @@ -181,7 +181,11 @@ onMounted(() => { if(dqz){ todoSteps.value[5].count = dqz.stat_num } - + //调查取证完毕待分析研判 + const dfxyp = target.find(node => node.status === 'investigation_done') + if(dfxyp){ + todoSteps.value[6].count = dfxyp.stat_num + } //分析研判通过待法制审核 const dfzsh = target.find(node => node.status === 'analyze_judge') if(dfzsh){ diff --git a/client/src/views/xzzfgl/caseDetail.vue b/client/src/views/xzzfgl/caseDetail.vue index 4fcd38f..907c4d6 100644 --- a/client/src/views/xzzfgl/caseDetail.vue +++ b/client/src/views/xzzfgl/caseDetail.vue @@ -102,7 +102,8 @@ -> + +