Skip to content

Commit 3d9fc13

Browse files
committed
fix: add permission check for reset button visibility
1 parent 5cee425 commit 3d9fc13

File tree

1 file changed

+1
-0
lines changed
  • packages/business/src/views/task

1 file changed

+1
-0
lines changed

packages/business/src/views/task/List.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,7 @@ export default {
13751375
{{ $t('packages_business_task_list_button_monitor') }}
13761376
</ElButton>
13771377
<ElButton
1378+
v-if="havePermission(row, 'Reset')"
13781379
key="reset"
13791380
text
13801381
type="primary"

0 commit comments

Comments
 (0)