diff --git a/src/views/workflow/form/modules/workflow-iframe.vue b/src/views/workflow/form/modules/workflow-iframe.vue
index 6a7c9c7..f703c54 100644
--- a/src/views/workflow/form/modules/workflow-iframe.vue
+++ b/src/views/workflow/form/modules/workflow-iframe.vue
@@ -81,7 +81,7 @@ onActivated(() => {
diff --git a/src/views/workflow/task/index.vue b/src/views/workflow/task/index.vue
index 53f83b9..59ad1f9 100644
--- a/src/views/workflow/task/index.vue
+++ b/src/views/workflow/task/index.vue
@@ -165,22 +165,21 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
{$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')}
+
+ )
+ }}
+
+ >
+ ) : null}