审批
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<span>已执行成员:</span>
|
||||
<span>{{ info.executedCount || 0 }}</span>
|
||||
</div>
|
||||
<div>
|
||||
<div v-if="type == 'Residents'">
|
||||
<span>无法执行成员:</span>
|
||||
<span>{{ info.cannotExecuteCount || 0 }}</span>
|
||||
</div>
|
||||
|
||||
@@ -167,6 +167,7 @@ export default {
|
||||
})
|
||||
},
|
||||
examine() {
|
||||
let url = ''
|
||||
if(this.type == 'ResidentsGroup') {
|
||||
url = `/app/appmasssendingtask/examine`
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user