zhengjinyi há 2 anos atrás
pai
commit
33973ef19f
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/user/record/list.vue

+ 2 - 2
src/views/user/record/list.vue

@@ -451,10 +451,10 @@ export default {
       if (this.tabsCurrent === 0) {
         // 导出今日数据
         const url = process.env.VUE_APP_BASE_API + '/user/behavior/exportToday?todayType=0'
-        downloadWithUrl(url, '用户行为记录今日数据')
+        downloadWithUrl(url, '用户行为记录')
       } else {
         const url = process.env.VUE_APP_BASE_API + '/user/behavior/exportToday?todayType=1'
-        downloadWithUrl(url, '用户行为记录以往数据')
+        downloadWithUrl(url, '用户行为记录')
         // 导出以往当前数据
       }
     },