Commit 03d2a1f5d0044f64ecbd706365a6f26f803ee62c
1 parent
c883cbc2
修改审核权限
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/project/approve/PayPanel.vue
@@ -113,7 +113,10 @@ | @@ -113,7 +113,10 @@ | ||
113 | </a-list> --> | 113 | </a-list> --> |
114 | <template #appendFooter> | 114 | <template #appendFooter> |
115 | <a-button | 115 | <a-button |
116 | - v-if="(!isApproved && role === ROLE.ADMIN) || (!isApproved && showInvoice)" | 116 | + v-if=" |
117 | + ((!isApproved && role === ROLE.ADMIN) || (!isApproved && showInvoice)) && | ||
118 | + (role !== ROLE.BUSINESS || role !== ROLE.TRACKER) | ||
119 | + " | ||
117 | @click="handleFalse" | 120 | @click="handleFalse" |
118 | > | 121 | > |
119 | 不通过</a-button | 122 | 不通过</a-button |