diff --git a/src/router/menu.ts b/src/router/menu.ts
index 64a732ea..d56d0d01 100644
--- a/src/router/menu.ts
+++ b/src/router/menu.ts
@@ -50,14 +50,14 @@ export const SystemNavMenus = [
admin: false,
},
{
- title: '正在下载',
+ title: '下载管理',
icon: 'mdi-download-outline',
to: '/downloading',
header: '整理',
admin: false,
},
{
- title: '历史记录',
+ title: '整理刮削',
icon: 'mdi-history',
to: '/history',
header: '整理',
@@ -123,7 +123,7 @@ export const UserfulMenus = [
to: 'setting?tab=words',
},
{
- title: '历史记录',
+ title: '整理刮削',
icon: 'mdi-history',
to: 'history',
},
diff --git a/src/views/reorganize/TransferHistoryView.vue b/src/views/reorganize/TransferHistoryView.vue
index 466acef6..a89fb4bd 100644
--- a/src/views/reorganize/TransferHistoryView.vue
+++ b/src/views/reorganize/TransferHistoryView.vue
@@ -9,6 +9,7 @@ import { useRoute } from 'vue-router'
import router from '@/router'
import { useDisplay } from 'vuetify'
import { storageDict } from '@/api/constants'
+import { VIcon } from 'vuetify/lib/components/index.mjs'
// APP
const display = useDisplay()
@@ -361,7 +362,6 @@ onMounted(fetchData)