diff --git a/src/views/job/task/index.vue b/src/views/job/task/index.vue index 803c0e2..d67a532 100644 --- a/src/views/job/task/index.vue +++ b/src/views/job/task/index.vue @@ -199,23 +199,17 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP edit(row.id!)}> {$t('common.edit')} - {hasAuth('R_ADMIN') ? ( - <> - - handleDelete(row.id!)}> - {{ - default: () => $t('common.confirmDelete'), - trigger: () => ( - - {$t('common.delete')} - - ) - }} - - - ) : ( - '' - )} + + handleDelete(row.id!)}> + {{ + default: () => $t('common.confirmDelete'), + trigger: () => ( + + {$t('common.delete')} + + ) + }} + ) }