diff --git a/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue b/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue
index 5edc1204f..40777f9f5 100644
--- a/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue
+++ b/src/views/accounts/AccountPush/AccountPushCreateUpdate.vue
@@ -7,6 +7,7 @@ import { GenericCreateUpdatePage } from '@/layout/components'
import { getChangeSecretFields } from '@/views/accounts/AccountChangeSecret/fields'
import { AssetSelect, AutomationParams } from '@/components'
import { periodicMeta } from '@/components/const'
+import { TagInput } from '@/components/Form/FormFields'
export default {
name: 'AccountPushCreateUpdate',
@@ -92,6 +93,10 @@ export default {
readonly: true
}
},
+ accounts: {
+ component: TagInput,
+ helpText: this.$t('If the account already exists, the ciphertext of the account will be used for push; if the account does not exist, the account will be created according to the filled-in ciphertext and then pushed.')
+ },
params: {
component: AutomationParams,
label: this.$t('PushParams'),
diff --git a/src/views/accounts/AccountPush/AccountPushExecutionDetail/AccountPushExecutionTaskList.vue b/src/views/accounts/AccountPush/AccountPushExecutionDetail/AccountPushExecutionTaskList.vue
deleted file mode 100644
index 94f1d4c30..000000000
--- a/src/views/accounts/AccountPush/AccountPushExecutionDetail/AccountPushExecutionTaskList.vue
+++ /dev/null
@@ -1,194 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/accounts/AccountPush/AccountPushExecutionDetail/index.vue b/src/views/accounts/AccountPush/AccountPushExecutionDetail/index.vue
index 687089d2c..5c4407c6c 100644
--- a/src/views/accounts/AccountPush/AccountPushExecutionDetail/index.vue
+++ b/src/views/accounts/AccountPush/AccountPushExecutionDetail/index.vue
@@ -9,13 +9,11 @@