Skip to content

Commit

Permalink
fix: button verify show when status unverified, position is ketua wit…
Browse files Browse the repository at this point in the history
…h same team & not exceeded
  • Loading branch information
newarifrh committed Jul 5, 2024
1 parent c72a06e commit 51d91d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/contract/ListContractView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<el-button v-if="
scope.row.status == 'UNVERIFIED' &&
user.position == 'KETUA' &&
user.team == scope.row.createdBy,
user.team == scope.row.createdBy &&
!props.row.isExceeded
" size="small" type="primary" @click="handleVerifyActivity(props.row._id, scope.row._id)">
Verifikasi
Expand Down

0 comments on commit 51d91d2

Please sign in to comment.