diff --git a/src/router/index.ts b/src/router/index.ts index 9ea71c4..2088e94 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -27,7 +27,7 @@ export const defaultRouter = [ name: 'data-transfer', component: () => import('@/views/stationData/transfer/index.vue'), meta: { - title: '数据迁移', + title: '数据导出', isShow: false, icon: '', }, diff --git a/src/views/stationData/index.vue b/src/views/stationData/index.vue index ea71de4..04c6255 100644 --- a/src/views/stationData/index.vue +++ b/src/views/stationData/index.vue @@ -47,7 +47,7 @@ - @@ -76,7 +76,7 @@