外呼
-接通{{scope.row.statistics.calling.success}}/外呼{{scope.row.statistics.calling.calling}}
+接通{{scope.row.statistics.calling.answered}}/外呼{{scope.row.statistics.calling.total}}
调解视频
diff --git a/src/pages/mediation-management/index.vue b/src/pages/mediation-management/index.vue index 5189f26..4ea3820 100644 --- a/src/pages/mediation-management/index.vue +++ b/src/pages/mediation-management/index.vue @@ -298,7 +298,7 @@外呼
-接通{{scope.row.statistics.calling.success}}/外呼{{scope.row.statistics.calling.calling}}
+接通{{scope.row.statistics.calling.answered}}/外呼{{scope.row.statistics.calling.total}}
调解视频
diff --git a/src/pages/workbench/case-manage/index.vue b/src/pages/workbench/case-manage/index.vue index 97a1a78..66cf852 100644 --- a/src/pages/workbench/case-manage/index.vue +++ b/src/pages/workbench/case-manage/index.vue @@ -404,8 +404,8 @@ show: false }, data: [ - { value: this.mediation_success_rate.mediateFail, name: '调解失败' }, - { value: this.mediation_success_rate.mediateSuccess, name: '调解成功' }, + { value: this.mediation_success_rate.mediateFail, name: '调解失败',itemStyle:{color:'#FFE7E0'} }, + { value: this.mediation_success_rate.mediateSuccess, name: '调解成功' ,itemStyle:{color:'#E4F3CE'}}, ] } ] @@ -426,6 +426,7 @@ span{font-size:28px;color: #4E5969;} } .work-main{ + height: 971px; background-color: #f6f4f4; border-radius: 15px; margin-top: -10px; diff --git a/src/pages/workbench/index.vue b/src/pages/workbench/index.vue index fb4d32d..33380c2 100644 --- a/src/pages/workbench/index.vue +++ b/src/pages/workbench/index.vue @@ -289,6 +289,7 @@ import { color } from "echarts"; // 获取抽屉drawer的内容高度 leftContentHeight(){ let oh = document.documentElement.clientHeight; + if(oh > 971){oh = 971} return oh-256 } @@ -487,6 +488,7 @@ import { color } from "echarts"; span{font-size:28px;color: #4E5969;} } .work-main{ + height: 971px; background-color: #f6f4f4; border-radius: 15px; margin-top: -10px;