计划执行-已执行

This commit is contained in:
shijingjing
2022-08-08 10:08:35 +08:00
parent 1202745524
commit 8f87aad528

View File

@@ -323,7 +323,10 @@ export default {
}, },
}, },
}, },
{ value: this.info.unExecutedCount, name: "未执行成员" }, {
value: this.info.planCount - this.info.executedCount ,
name: "未执行成员"
},
], ],
}, },
], ],