Parcourir la source

fix 修复 登录日志excel导出名称错误

疯狂的狮子Li il y a 1 an
Parent
commit
9726df3966
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/monitor/logininfor/index.vue

+ 1 - 1
src/views/monitor/logininfor/index.vue

@@ -198,7 +198,7 @@ const handleExport = () => {
     {
       ...queryParams.value
     },
-    `config_${new Date().getTime()}.xlsx`
+    `logininfor_${new Date().getTime()}.xlsx`
   );
 };