Explorar o código

fix: export filename

xingyu4j %!s(int64=2) %!d(string=hai) anos
pai
achega
782eb8464f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      yudao-ui-admin-vue3/src/views/system/operatelog/index.vue

+ 1 - 1
yudao-ui-admin-vue3/src/views/system/operatelog/index.vue

@@ -73,6 +73,6 @@ const handleDetail = (row: OperateLogApi.OperateLogVO) => {
 
 // 导出操作
 const handleExport = async () => {
-  await exportList(xGrid, '岗位列表.xls')
+  await exportList(xGrid, '操作日志.xls')
 }
 </script>