From 8f87aad528ded9704c4fb984d3ec54f34487c0ce Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 8 Aug 2022 10:08:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=89=A7=E8=A1=8C-=E5=B7=B2?= =?UTF-8?q?=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saas/AppCooperationPropaganda/cooperationDetail.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: "未执行成员" + }, ], }, ],