diff --git a/src/components/Apps/AccountListTable/RemoveAccount.vue b/src/components/Apps/AccountListTable/RemoveAccount.vue
new file mode 100644
index 000000000..1f54c31d7
--- /dev/null
+++ b/src/components/Apps/AccountListTable/RemoveAccount.vue
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json
index 623b37951..699888bb3 100644
--- a/src/i18n/langs/en.json
+++ b/src/i18n/langs/en.json
@@ -118,6 +118,8 @@
"TaskID": "Task ID",
"AccountTemplate": "Account template",
"Sync": "Sync",
+ "SyncDelete": "Sync delete",
+ "BulkSyncDelete": "Bulk sync delete",
"SyncUpdateAccountInfo": "Sync update account info",
"AddAccountResult": "Add account result",
"AutoPush": "Auto Push",
diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json
index a3be31668..55559c0ef 100644
--- a/src/i18n/langs/ja.json
+++ b/src/i18n/langs/ja.json
@@ -118,6 +118,8 @@
"TaskID": "タスク ID",
"AccountTemplate": "账号模版",
"Sync": "同期",
+ "SyncDelete": "同期削除",
+ "BulkSyncDelete": "一括同期削除",
"SyncUpdateAccountInfo": "アカウント情報の同期更新",
"AddAccountResult": "账号批量添加结果",
"AutoPush": "自動プッシュ",
diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json
index 1736d2339..04e9f6871 100644
--- a/src/i18n/langs/zh.json
+++ b/src/i18n/langs/zh.json
@@ -11,6 +11,8 @@
"GenerateAccounts": "重新生成账号",
"UpdateSecret": "更新密文",
"Sync": "同步",
+ "SyncDelete": "同步删除",
+ "BulkSyncDelete": "批量同步删除",
"SyncUpdateAccountInfo": "同步更新账号信息",
"AddAccountResult": "账号批量添加结果",
"AccountPolicy": "账号策略",
diff --git a/src/views/accounts/AccountGather/AccountGatherList.vue b/src/views/accounts/AccountGather/AccountGatherList.vue
index e0376ef17..c4e86e995 100644
--- a/src/views/accounts/AccountGather/AccountGatherList.vue
+++ b/src/views/accounts/AccountGather/AccountGatherList.vue
@@ -1,19 +1,34 @@
-
+
+
+
+