diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index 64b7fd75..69100ae1 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -323,7 +323,10 @@ export default { }, }, }, - { value: this.info.unExecutedCount, name: "未执行成员" }, + { + value: this.info.planCount - this.info.executedCount , + name: "未执行成员" + }, ], }, ],