Преглед изворни кода

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

疯狂的狮子Li пре 1 година
родитељ
комит
9726df3966
1 измењених фајлова са 1 додато и 1 уклоњено
  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`
   );
 };