This commit is contained in:
shijingjing
2023-03-01 16:11:46 +08:00
parent 05bd72c728
commit 5e4cd0d0e6
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@
<span>已执行成员</span> <span>已执行成员</span>
<span>{{ info.executedCount || 0 }}</span> <span>{{ info.executedCount || 0 }}</span>
</div> </div>
<div> <div v-if="type == 'Residents'">
<span>无法执行成员</span> <span>无法执行成员</span>
<span>{{ info.cannotExecuteCount || 0 }}</span> <span>{{ info.cannotExecuteCount || 0 }}</span>
</div> </div>

View File

@@ -167,6 +167,7 @@ export default {
}) })
}, },
examine() { examine() {
let url = ''
if(this.type == 'ResidentsGroup') { if(this.type == 'ResidentsGroup') {
url = `/app/appmasssendingtask/examine` url = `/app/appmasssendingtask/examine`
} else { } else {